123456789_123456789_123456789_123456789_123456789_

Class: IRB::ExtendCommand::PushWorkspace

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Workspaces, Nop
Instance Chain:
self, Workspaces, Nop
Inherits: IRB::ExtendCommand::Workspaces
Defined in: lib/irb/cmd/pushws.rb

Class Method Summary

Nop - Inherited

Instance Attribute Summary

Nop - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from IRB::ExtendCommand::Nop

Instance Method Details

#execute(*obj)

[ GitHub ]

  
# File 'lib/irb/cmd/pushws.rb', line 26

def execute(*obj)
  irb_context.push_workspace(*obj)
  super
end