diff options
author | Dmitriy Kiriyenko <dmitriy.kiriyenko@gmail.com> | 2011-08-01 18:00:41 +0300 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:27 -0700 |
commit | cc78a8f04cb8a4ced280e73de6337cec25070a8e (patch) | |
tree | 83d898fa34b7cb2159a7feb25d91c3991ae26b7c /activesupport | |
parent | f86f7702507f477eb8f0a8e914bdb53219fac953 (diff) | |
download | rails-cc78a8f04cb8a4ced280e73de6337cec25070a8e.tar.gz rails-cc78a8f04cb8a4ced280e73de6337cec25070a8e.tar.bz2 rails-cc78a8f04cb8a4ced280e73de6337cec25070a8e.zip |
Remove unnecessary require (happened after fcbde454f6)
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/module/delegation.rb | 2 |
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) |