class IRB::ExtendCommand::ChangeWorkspace

def execute(*obj)

def execute(*obj)
  irb_context.change_workspace(*obj)
  irb_context.main
end