Method: Transcriptic::UI#warn

Defined in:
lib/transcriptic/ui.rb

#warn(message, color = :yellow) ⇒ Object



34
35
36
37
38
# File 'lib/transcriptic/ui.rb', line 34

def warn(message, color = :yellow)
  return if quiet?

  say(message, color)
end