aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/pathname.rb
blob: 4c5318ee63ee69f56b43cb1247e0ec5c8e11633c (plain) (blame)
1
2
3
4
5
6
7
require 'pathname'
require 'active_support/core_ext/pathname/clean_within'

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