Method: RunLoop.log_warn

Defined in:
lib/run_loop/logging.rb

.log_warn(msg) ⇒ Object

blue



51
52
53
# File 'lib/run_loop/logging.rb', line 51

def self.log_warn(msg)
  puts self.blue("WARN: #{msg}") if msg
end