Class: Ronin::Recon::CLI::Commands::Irb Private
- Inherits:
-
Ronin::Recon::CLI::Command
- Object
- Core::CLI::Command
- Ronin::Recon::CLI::Command
- Ronin::Recon::CLI::Commands::Irb
- Defined in:
- lib/ronin/recon/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.
Starts an interactive Ruby shell with ronin-recon
loaded.
Usage
ronin-recon irb [options]
Options
-h, --help Print help information
Instance Method Summary collapse
-
#run ⇒ Object
private
Runs the
ronin-recon 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.
Runs the ronin-recon irb
command.
48 49 50 51 |
# File 'lib/ronin/recon/cli/commands/irb.rb', line 48 def run require 'ronin/recon' CLI::RubyShell.start end |