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.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/lib/active_support/core_ext/pathname.rb b/activesupport/lib/active_support/core_ext/pathname.rb
deleted file mode 100644
index 4c5318ee63..0000000000
--- a/activesupport/lib/active_support/core_ext/pathname.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'pathname'
-require 'active_support/core_ext/pathname/clean_within'
-
-class Pathname#:nodoc:
- extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
-end
-