aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/string.rb')
-rw-r--r--activesupport/lib/core_ext/string.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/core_ext/string.rb b/activesupport/lib/core_ext/string.rb
deleted file mode 100644
index 6d554b483c..0000000000
--- a/activesupport/lib/core_ext/string.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require File.dirname(__FILE__) + '/string/inflections'
-
-class String #:nodoc:
- include ActiveSupport::CoreExtensions::String::Inflections
-end