module Hoe::RakeHelpers
def trace( *msg )
def trace( *msg ) return unless Rake.application.options.trace output = colorize( msg.flatten.join(' '), 'yellow' ) $stderr.puts( output ) end
def trace( *msg ) return unless Rake.application.options.trace output = colorize( msg.flatten.join(' '), 'yellow' ) $stderr.puts( output ) end