Method: Rex::Ui::Text::DispatcherShell::CommandDispatcher.included
- Defined in:
- lib/rex/ui/text/dispatcher_shell.rb
.included(base) ⇒ Object
49 50 51 52 |
# File 'lib/rex/ui/text/dispatcher_shell.rb', line 49 def self.included(base) # Install class methods so they are inheritable base.extend(ClassMethods) end |