Prints an informational message
Parameters:
the message to print
Since:
0.4.0
15 16 17
# File 'lib/glyph/utils.rb', line 15 def info(message) puts "-- #{message}" unless Glyph['system.quiet'] end