Class: Ronin::Payloads::CLI::Commands::Irb Private
- Inherits:
-
Ronin::Payloads::CLI::Command
- Object
- Core::CLI::Command
- Ronin::Payloads::CLI::Command
- Ronin::Payloads::CLI::Commands::Irb
- Defined in:
- lib/ronin/payloads/cli/commands/irb.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Start an interactive Ruby shell.
Usage
ronin-payloads irb [options]
Options
-h, --help Print help information
Instance Method Summary collapse
-
#run ⇒ Object
private
Starts the
ronin-payloads irb
command.
Instance Method Details
#run ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Starts the ronin-payloads irb
command.
49 50 51 52 |
# File 'lib/ronin/payloads/cli/commands/irb.rb', line 49 def run require 'ronin/payloads' CLI::RubyShell.start end |