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

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

#initialize(shell) ⇒ Object

Initializes the command dispatcher mixin.



57
58
59
60
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 57

def initialize(shell)
  self.shell = shell
  self.tab_complete_items = []
end