Module: Kernel

Defined in:
lib/core/core.rb

Instance Method Summary collapse

Instance Method Details

#warn_with_color(message) ⇒ Object



5
6
7
# File 'lib/core/core.rb', line 5

def warn_with_color(message)
  warn_without_color HighLine.new.color(message.to_s, :red)
end