Module: DRG::Tasks::Log

Included in:
ActivePinner, Pinner, SpecRunner, Updater
Defined in:
lib/drg/tasks/log.rb

Class Method Summary collapse

Class Method Details

.log(msg = nil) ⇒ Object



6
7
8
# File 'lib/drg/tasks/log.rb', line 6

def log(msg = nil)
  say %Q(  * <%= color('#{msg}', :green) %>)
end