aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-11 23:15:04 +0100
committerXavier Noria <fxn@hashref.com>2010-02-11 23:15:04 +0100
commitb8bb54af7ff6652327d99f6a7cf5c96a3f3f876d (patch)
treead12a39f6056b0fee2f2803dfb6b14c5e56eb42d /activesupport/lib/active_support/core_ext/module.rb
parenteea28b07cf25d5c79f8edeb8bef5e0483b489425 (diff)
downloadrails-b8bb54af7ff6652327d99f6a7cf5c96a3f3f876d.tar.gz
rails-b8bb54af7ff6652327d99f6a7cf5c96a3f3f876d.tar.bz2
rails-b8bb54af7ff6652327d99f6a7cf5c96a3f3f876d.zip
defines Module#anonymous?
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module.rb b/activesupport/lib/active_support/core_ext/module.rb
index 41600929f4..c907445d90 100644
--- a/activesupport/lib/active_support/core_ext/module.rb
+++ b/activesupport/lib/active_support/core_ext/module.rb
@@ -1,6 +1,6 @@
require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/module/introspection'
-
+require 'active_support/core_ext/module/anonymous'
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'