Method: CollinsShell::Util#say_status
- Defined in:
- lib/collins_shell/util.rb
#say_status(status, message, log_status = true) ⇒ Object
80 81 82 83 84 |
# File 'lib/collins_shell/util.rb', line 80 def say_status(status, , log_status=true) thread_mgr.lock.synchronize { super } end |