module Kernel
Private Instance Methods
hl_error(msg)
click to toggle source
# File lib/baleen/utils/highlighter.rb, line 14 def hl_error(msg) puts msg.red end
hl_info(msg)
click to toggle source
# File lib/baleen/utils/highlighter.rb, line 6 def hl_info(msg) puts msg.green end
hl_warn(msg)
click to toggle source
# File lib/baleen/utils/highlighter.rb, line 10 def hl_warn(msg) puts msg.yellow end