aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/pathname.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core_ext/pathname.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/pathname.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/lib/active_support/core_ext/pathname.rb b/activesupport/lib/active_support/core_ext/pathname.rb
index 4c5318ee63..517c3b972b 100644
--- a/activesupport/lib/active_support/core_ext/pathname.rb
+++ b/activesupport/lib/active_support/core_ext/pathname.rb
@@ -1,7 +1 @@
-require 'pathname'
require 'active_support/core_ext/pathname/clean_within'
-
-class Pathname#:nodoc:
- extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
-end
-