module DRG module Tasks module Log module_function def log(msg = nil, color = :green) say %Q( <%= color('#{msg}', :#{color}) %>) end end end end