Method: Muzak::Utils#warn
- Defined in:
- lib/muzak/utils.rb
#warn(*args) ⇒ void
This method returns an undefined value.
Outputs a boxed warning message.
83 84 85 |
# File 'lib/muzak/utils.rb', line 83 def warn(*args) output pretty(:yellow, "warn"), args end |