Class: IRB::ExtendCommand::Finish
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
|
|
| Inherits: |
IRB::ExtendCommand::DebugCommand
|
| Defined in: | lib/irb/cmd/finish.rb |
Constant Summary
Debug - Inherited
Class Method Summary
DebugCommand - Inherited
Nop - Inherited
| .category, .description, | |
| .execute | See additional method definition at line 39. |
| .new, .string_literal? | |
Instance Attribute Summary
Instance Method Summary
Debug - Inherited
| #execute, | |
| #load_bundled_debug_gem | This is used when debug.gem is not written in Gemfile. |
| #setup_debugger | |
Nop - Inherited
Constructor Details
This class inherits a constructor from IRB::ExtendCommand::Nop
Instance Method Details
#execute(*args)
[ GitHub ]# File 'lib/irb/cmd/finish.rb', line 10
def execute(*args) super(do_cmds: ["finish", *args].join(" ")) end