Method: Shell.warn

Defined in:
lib/core/shell.rb

.warn(message) ⇒ Object



38
39
40
# File 'lib/core/shell.rb', line 38

def self.warn(message)
  Kernel.warn(color("WARNING: #{message}", :yellow))
end