From 7fa6c16b7070b4359cf001a39125afb2cfc4736c Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 13 Apr 2010 13:33:16 -0300 Subject: [PATCH] Added missing require and delete unused one on proc.rb --- activesupport/lib/active_support/core_ext/proc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/core_ext/proc.rb b/activesupport/lib/active_support/core_ext/proc.rb index 71b413a88a..94bb5fb0cb 100644 --- a/activesupport/lib/active_support/core_ext/proc.rb +++ b/activesupport/lib/active_support/core_ext/proc.rb @@ -1,4 +1,4 @@ -require "active_support/core_ext/object" +require "active_support/core_ext/kernel/singleton_class" class Proc #:nodoc: def bind(object) -- GitLab