Modules: Output
10 11 12
# File 'lib/dmg/output_helpers.rb', line 10 def alert(text) puts Output.red(text) end
6 7 8
# File 'lib/dmg/output_helpers.rb', line 6 def debug(text) puts Output.grey(text) end
2 3 4
# File 'lib/dmg/output_helpers.rb', line 2 def info(text) puts Output.green(text) end