Class: IRB::Command::IrbCommand
- Inherits:
-
MultiIRBCommand
- Object
- Base
- MultiIRBCommand
- IRB::Command::IrbCommand
- Defined in:
- lib/irb/command/subirb.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from RubyArgsExtractor
#ruby_args, #unwrap_string_literal
Methods inherited from Base
category, description, execute, help_message, #initialize
Constructor Details
This class inherits a constructor from IRB::Command::Base
Instance Method Details
#execute(arg) ⇒ Object
37 38 39 40 |
# File 'lib/irb/command/subirb.rb', line 37 def execute(arg) args, kwargs = ruby_args(arg) execute_internal(*args, **kwargs) end |