From cc78a8f04cb8a4ced280e73de6337cec25070a8e Mon Sep 17 00:00:00 2001 From: Dmitriy Kiriyenko Date: Mon, 1 Aug 2011 18:00:41 +0300 Subject: Remove unnecessary require (happened after fcbde454f6) --- activesupport/lib/active_support/core_ext/module/delegation.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport') 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) -- cgit v1.2.3