class IRB::Context

def workspaces

WorkSpaces in the current stack
def workspaces
  if defined? @workspaces
    @workspaces
  else
    @workspaces = []
  end
end