4c5318ee63ee69f56b43cb1247e0ec5c8e11633c
[depot.git] / pathname.rb
1 require 'pathname'
2 require 'active_support/core_ext/pathname/clean_within'
3
4 class Pathname#:nodoc:
5 extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
6 end
7