In Files

  • irb/cmd/pushws.rb

IRB::ExtendCommand::PopWorkspace

Public Instance Methods

execute(*obj) click to toggle source
 
               # File irb/cmd/pushws.rb, line 32
def execute(*obj)
  irb_context.pop_workspace(*obj)
  super
end