From 08b7b7509cc012583a561abd078855280582435c Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 16 Aug 2009 15:34:35 +0000 Subject: warn only when $VERBOSE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/complex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/complex.rb') diff --git a/lib/complex.rb b/lib/complex.rb index 0627862cb..9c57ecdf7 100644 --- a/lib/complex.rb +++ b/lib/complex.rb @@ -1,6 +1,6 @@ # :enddoc: -warn 'lib/complex.rb is deprecated' +warn('lib/complex.rb is deprecated') if $VERBOSE require 'cmath' -- cgit