Class: Ronin::CLI::RubyShell Private
- Inherits:
-
Core::CLI::RubyShell
- Object
- Core::CLI::RubyShell
- Ronin::CLI::RubyShell
- Defined in:
- lib/ronin/cli/ruby_shell.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.
The interactive Ruby shell for Ronin.
Instance Method Summary collapse
-
#initialize(name: 'ronin', context: Ronin, **kwargs) ⇒ RubyShell
constructor
private
Initializes the
ronin irb
Ruby shell.
Constructor Details
#initialize(name: 'ronin', context: Ronin, **kwargs) ⇒ RubyShell
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.
Initializes the ronin irb
Ruby shell.
41 42 43 |
# File 'lib/ronin/cli/ruby_shell.rb', line 41 def initialize(name: 'ronin', context: Ronin, **kwargs) super(name: name, context: context, **kwargs) end |