Class: IRB::ExtendCommand::Nop
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
IRB::ExtendCommand::ChangeWorkspace, IRB::ExtendCommand::CurrentWorkingWorkspace, IRB::ExtendCommand::Foreground, IRB::ExtendCommand::Fork, Help, IRB::ExtendCommand::IrbCommand, IRB::ExtendCommand::Jobs, IRB::ExtendCommand::Kill, IRB::ExtendCommand::Load, IRB::ExtendCommand::PopWorkspace, IRB::ExtendCommand::PushWorkspace, IRB::ExtendCommand::Require, IRB::ExtendCommand::Source, IRB::ExtendCommand::Workspaces
|
|
Inherits: | Object |
Defined in: | lib/irb/cmd/nop.rb |
Class Method Summary
- .execute(conf, *opts)
- .new(conf) ⇒ Nop constructor
Instance Attribute Summary
- #irb_context readonly
Instance Method Summary
Constructor Details
.new(conf) ⇒ Nop
Class Method Details
.execute(conf, *opts)
[ GitHub ]Instance Attribute Details
#irb_context (readonly)
[ GitHub ]# File 'lib/irb/cmd/nop.rb', line 27
attr_reader :irb_context
Instance Method Details
#execute(*opts)
[ GitHub ]# File 'lib/irb/cmd/nop.rb', line 33
def execute(*opts) #nop end
#irb
[ GitHub ]# File 'lib/irb/cmd/nop.rb', line 29
def irb @irb_context.irb end