aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDmitriy Kiriyenko <dmitriy.kiriyenko@gmail.com>2011-08-01 18:00:41 +0300
committerDmitriy Kiriyenko <dmitriy.kiriyenko@gmail.com>2011-08-01 18:00:41 +0300
commit6244a53a073fcf12abddd9eaaecf1191cd2b5446 (patch)
treec709f38122d9d931f8fadafdec0b69c256cd0324 /activesupport
parent6b3af028acdd8c97b7b6088117a042ddfd7f3038 (diff)
downloadrails-6244a53a073fcf12abddd9eaaecf1191cd2b5446.tar.gz
rails-6244a53a073fcf12abddd9eaaecf1191cd2b5446.tar.bz2
rails-6244a53a073fcf12abddd9eaaecf1191cd2b5446.zip
Remove unnecessary require (happened after fcbde454f6)
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/module/delegation.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb
index 41f9a76b13..149b849b12 100644
--- a/activesupport/lib/active_support/core_ext/module/delegation.rb
+++ b/activesupport/lib/active_support/core_ext/module/delegation.rb
@@ -1,5 +1,3 @@
-require "active_support/core_ext/module/remove_method"
-
class Module
# Provides a delegate class method to easily expose contained objects' methods
# as your own. Pass one or more methods (specified as symbols or strings)