Commit f6dabc1a authored by Yuichiro MASUI's avatar Yuichiro MASUI

Improve CRuby rake compatible

parent 97aee949
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment