module Gem::Tasks::Printing
def debug(message)
-
message
(String
) --
def debug(message) if Rake.application.options.trace $stderr.puts "#{DEBUG_PREFIX} #{message}" end end
message
(String
)
--
def debug(message) if Rake.application.options.trace $stderr.puts "#{DEBUG_PREFIX} #{message}" end end