class IRB::ExtendCommand::PushWorkspace

def execute(*obj)

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