aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-25 11:11:23 -0800
committerXavier Noria <fxn@hashref.com>2011-12-25 11:11:50 -0800
commit748725e9ce081f6517c68d8f74d254e2079d0d79 (patch)
tree1d3ae4c1e1aaef6659946fbe24b75e16629d2b87 /activesupport/lib/active_support/core_ext/module.rb
parent40bda760675f7cd05d44c66c6daf1f95161a15de (diff)
downloadrails-748725e9ce081f6517c68d8f74d254e2079d0d79.tar.gz
rails-748725e9ce081f6517c68d8f74d254e2079d0d79.tar.bz2
rails-748725e9ce081f6517c68d8f74d254e2079d0d79.zip
removes the compatibility method Module#method_names
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module.rb b/activesupport/lib/active_support/core_ext/module.rb
index e672e9dca0..f2d4887df6 100644
--- a/activesupport/lib/active_support/core_ext/module.rb
+++ b/activesupport/lib/active_support/core_ext/module.rb
@@ -7,5 +7,4 @@ require 'active_support/core_ext/module/attr_internal'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/module/deprecation'
require 'active_support/core_ext/module/remove_method'
-require 'active_support/core_ext/module/method_names'
require 'active_support/core_ext/module/qualified_const'