= private = protected
workspaces()
WorkSpaces in the current stack
# File lib/irb/ext/workspaces.rb, line 22 def workspaces if defined? @workspaces @workspaces else @workspaces = [] end end