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

Constructor Details

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

Instance Method Details

#execute(*obj) ⇒ Object



37
38
39
40
# File 'lib/irb/cmd/pushws.rb', line 37

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