aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/pathname.rb
blob: 9e78c273d9ee2676c20a8e4bfd29127a819f4fe6 (plain) (tree)
1
2
3
4
5
6
7






                                                             
require 'pathname'
require File.dirname(__FILE__) + '/pathname/clean_within'

class Pathname#:nodoc:
  extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
end