lib/active_support/rescuable.rb in activesupport-4.0.0 vs lib/active_support/rescuable.rb in activesupport-4.0.1.rc1
- old
+ new
@@ -1,7 +1,6 @@
require 'active_support/concern'
require 'active_support/core_ext/class/attribute'
-require 'active_support/core_ext/proc'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/array/extract_options'
module ActiveSupport
# Rescuable module adds support for easier exception handling.