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.rb5
1 files changed, 0 insertions, 5 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 04862aea45..0000000000
--- a/activesupport/lib/active_support/core_ext/pathname.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-if defined? Pathname
- require 'active_support/core_ext/pathname/clean_within'
-else
- autoload :Pathname, 'active_support/core_ext/pathname/clean_within'
-end