Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher#print_good
- Defined in:
- lib/rex/ui/text/dispatcher_shell.rb
#print_good(msg = '') ⇒ Object
Wraps shell.print_good
80 81 82 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 80 def print_good(msg = '') shell.print_good(msg) end |