Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher#print

Defined in:
lib/rex/ui/text/dispatcher_shell.rb

Wraps shell.print



122
123
124
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 122

def print(msg = '')
  shell.print(msg)
end