warn only when $VERBOSE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
530be6ed15
commit
3041f60056
@ -1,6 +1,6 @@
|
|||||||
# :enddoc:
|
# :enddoc:
|
||||||
|
|
||||||
warn 'lib/complex.rb is deprecated'
|
warn('lib/complex.rb is deprecated') if $VERBOSE
|
||||||
|
|
||||||
require 'cmath'
|
require 'cmath'
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# :enddoc:
|
# :enddoc:
|
||||||
|
|
||||||
warn 'lib/rational.rb is deprecated'
|
warn('lib/rational.rb is deprecated') if $VERBOSE
|
||||||
|
|
||||||
class Fixnum
|
class Fixnum
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user