Method: Muzak::Utils#warn

Defined in:
lib/muzak/utils.rb

#warn(*args) ⇒ void

This method returns an undefined value.

Outputs a boxed warning message.

Parameters:

  • args (Array<String>)

    the message(s)



83
84
85
# File 'lib/muzak/utils.rb', line 83

def warn(*args)
  output pretty(:yellow, "warn"), args
end