aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-07 23:03:13 +0100
committerXavier Noria <fxn@hashref.com>2010-02-07 23:03:13 +0100
commitafd2e19be3b74effa3fdb9c4affd48f0aaede838 (patch)
tree81d15739b66571d3ec78066a8482af3437a8d6ea /activesupport/lib/active_support/core_ext/module.rb
parentb235af702a086dd06fa9849ee47942e8ce82090d (diff)
downloadrails-afd2e19be3b74effa3fdb9c4affd48f0aaede838.tar.gz
rails-afd2e19be3b74effa3fdb9c4affd48f0aaede838.tar.bz2
rails-afd2e19be3b74effa3fdb9c4affd48f0aaede838.zip
removes Module#included_in_classes, which is no longer used
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 fbe89fe07c..b9c9614ca6 100644
--- a/activesupport/lib/active_support/core_ext/module.rb
+++ b/activesupport/lib/active_support/core_ext/module.rb
@@ -1,7 +1,6 @@
require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/module/introspection'
-require 'active_support/core_ext/module/inclusion'
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/module/attr_internal'
require 'active_support/core_ext/module/attr_accessor_with_default'