class IRB::ExtendCommand::PopWorkspace

def execute(*obj)

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