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
108 109 110 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 108 def print_good(msg = '') shell.print_good(msg) end |