Class: IRB::Command::Catch
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::Command::DebugCommand
|
| Defined in: | lib/irb/command/catch.rb |
Class Method Summary
DebugCommand - Inherited
Base - Inherited
Instance Attribute Summary
Base - Inherited
Instance Method Summary
Constructor Details
This class inherits a constructor from IRB::Command::Base
Instance Method Details
#execute(arg)
[ GitHub ]# File 'lib/irb/command/catch.rb', line 10
def execute(arg) execute_debug_command(pre_cmds: "catch #{arg}") end