Method: RunLoop.log_error
- Defined in:
- lib/run_loop/logging.rb
.log_error(msg) ⇒ Object
red
69 70 71 |
# File 'lib/run_loop/logging.rb', line 69 def self.log_error(msg) puts Color.red("ERROR: #{msg}") if msg end |
red
69 70 71 |
# File 'lib/run_loop/logging.rb', line 69 def self.log_error(msg) puts Color.red("ERROR: #{msg}") if msg end |