Improve CRuby rake compatible

This commit is contained in:
Yuichiro MASUI
2013-04-05 15:33:28 +09:00
parent 97aee949c5
commit f6dabc1aa0
+1 -1
View File
@@ -45,7 +45,7 @@ end
$pp_show = true
if $verbose.nil?
unless Rake.verbose.nil?
if Rake.respond_to?(:verbose) && !Rake.verbose.nil?
if Rake.verbose.class == TrueClass
# verbose message logging
$pp_show = false