Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher#print_error
- Defined in:
- lib/rex/ui/text/dispatcher_shell.rb
#print_error(msg = '') ⇒ Object Also known as: print_bad
Wraps shell.print_error
85 86 87 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 85 def print_error(msg = '') shell.print_error(msg) end |