Class: Ronin::Web::CLI::Commands::Irb Private
- Inherits:
-
Ronin::Web::CLI::Command
- Object
- Core::CLI::Command
- Ronin::Web::CLI::Command
- Ronin::Web::CLI::Commands::Irb
- Defined in:
- lib/ronin/web/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-web
loaded.
Usage
ronin-web irb [options]
Options
-h, --help Print help information
Instance Method Summary collapse
-
#run ⇒ Object
private
Runs the
ronin-web irb
command.