class IRB::ExtendCommand::Workspaces

def execute(*obj)

def execute(*obj)
  irb_context.workspaces.collect{|ws| ws.main}
end