Class: IRB::Command::Info
    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/info.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/info.rb', line 10
def execute(arg) execute_debug_command(pre_cmds: "info #{arg}") end