diff options
author | Xavier Noria <fxn@hashref.com> | 2011-12-25 11:11:23 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-12-25 11:11:50 -0800 |
commit | 748725e9ce081f6517c68d8f74d254e2079d0d79 (patch) | |
tree | 1d3ae4c1e1aaef6659946fbe24b75e16629d2b87 /activesupport/lib/active_support/ruby | |
parent | 40bda760675f7cd05d44c66c6daf1f95161a15de (diff) | |
download | rails-748725e9ce081f6517c68d8f74d254e2079d0d79.tar.gz rails-748725e9ce081f6517c68d8f74d254e2079d0d79.tar.bz2 rails-748725e9ce081f6517c68d8f74d254e2079d0d79.zip |
removes the compatibility method Module#method_names
Diffstat (limited to 'activesupport/lib/active_support/ruby')
-rw-r--r-- | activesupport/lib/active_support/ruby/shim.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb index fd59677d83..6e1e375e06 100644 --- a/activesupport/lib/active_support/ruby/shim.rb +++ b/activesupport/lib/active_support/ruby/shim.rb @@ -17,4 +17,3 @@ require 'active_support/core_ext/string/encoding' require 'active_support/core_ext/rexml' require 'active_support/core_ext/time/conversions' require 'active_support/core_ext/file/path' -require 'active_support/core_ext/module/method_names' |