From 148da357f03100fc09569595a05a2da20231458b Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 28 Mar 2009 23:54:00 -0700 Subject: [PATCH] Explicit dependency on Proc#bind extension --- activesupport/lib/active_support/rescuable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/rescuable.rb b/activesupport/lib/active_support/rescuable.rb index 0abbe1cd2a..a7258c870a 100644 --- a/activesupport/lib/active_support/rescuable.rb +++ b/activesupport/lib/active_support/rescuable.rb @@ -1,4 +1,5 @@ require 'active_support/core_ext/class/inheritable_attributes' +require 'active_support/core_ext/proc' module ActiveSupport # Rescuable module adds support for easier exception handling.