34 35 36 37 38
# File 'lib/transcriptic/ui.rb', line 34 def warn(message, color = :yellow) return if quiet? say(message, color) end