Method: Rex::Post::Meterpreter::Ui::Console::CommandDispatcher#initialize

Defined in:
lib/rex/post/meterpreter/ui/console/command_dispatcher.rb

#initialize(shell) ⇒ Object



40
41
42
43
# File 'lib/rex/post/meterpreter/ui/console/command_dispatcher.rb', line 40

def initialize(shell)
  @msf_loaded = nil
  super
end