Class: IRB::ExtendCommand::PopWorkspace

Inherits:
Workspaces show all
Defined in:
lib/irb/cmd/pushws.rb

Instance Attribute Summary

Attributes inherited from Nop

#irb_context

Instance Method Summary collapse

Methods inherited from Nop

category, description, execute, #initialize, #irb

Constructor Details

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

Instance Method Details

#execute(*obj) ⇒ Object



43
44
45
46
# File 'lib/irb/cmd/pushws.rb', line 43

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