Method: VMCExtensions#warn

Defined in:
lib/cli/core_ext.rb

#warn(msg) ⇒ Object



41
42
43
# File 'lib/cli/core_ext.rb', line 41

def warn(msg)
  say "#{"[WARNING]".yellow} #{msg}"
end