From 2bf8f2307e3f13a7b6cf703cdb954cc9a3f5244d Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 7 Aug 2006 06:10:34 +0000 Subject: Don't warn when the deprecated ivar proxy is instantiated. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4698 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/deprecation.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/deprecation.rb b/activesupport/lib/active_support/deprecation.rb index 2e92cbfbf3..d7acdc2bd8 100644 --- a/activesupport/lib/active_support/deprecation.rb +++ b/activesupport/lib/active_support/deprecation.rb @@ -78,7 +78,6 @@ module ActiveSupport def initialize(instance, method, var = "@#{method}") @instance, @method, @var = instance, method, var - deprecation_warning :initialize, caller end private -- cgit v1.2.3