Method: Console::Interface#call
- Defined in:
- lib/console/interface.rb
#call ⇒ Object
Emit a log message with arbitrary arguments and options.
57 58 59 |
# File 'lib/console/interface.rb', line 57 def call(...) Interface.instance.call(...) end |