aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/pathname.rb
blob: 04862aea45ba5145a9193411c69ad485aa794405 (plain) (blame)
1
2
3
4
5
if defined? Pathname
  require 'active_support/core_ext/pathname/clean_within'
else
  autoload :Pathname, 'active_support/core_ext/pathname/clean_within'
end