From c045eebd5d35259e65771de159966b7c20690d34 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 16 Mar 2012 00:54:39 -0300 Subject: Remove deprecation from AS::Deprecation behavior, some minor cleanups * Refactor log subscriber, use select! to avoid a new object * Remove deprecation messages related to AS::Deprecation behavior This was added about 2 years ago for Rails 3: https://github.com/rails/rails/commit/d4c7d3fd94e5a885a6366eaeb3b908bb58ffd4db * Remove some not used requires * Refactor delegate to avoid string conversions and if statements inside each block --- activesupport/lib/active_support/basic_object.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/basic_object.rb') diff --git a/activesupport/lib/active_support/basic_object.rb b/activesupport/lib/active_support/basic_object.rb index c3c7ab0112..6ccb0cd525 100644 --- a/activesupport/lib/active_support/basic_object.rb +++ b/activesupport/lib/active_support/basic_object.rb @@ -10,5 +10,4 @@ module ActiveSupport ::Object.send(:raise, *args) end end - end -- cgit v1.2.3