Method: RunLoop.log_unix_cmd

Defined in:
lib/run_loop/logging.rb

.log_unix_cmd(msg) ⇒ Object

cyan



44
45
46
47
48
# File 'lib/run_loop/logging.rb', line 44

def self.log_unix_cmd(msg)
  if RunLoop::Environment.debug?
    puts Color.cyan("SHELL: #{msg}") if msg
  end
end