method
workspaces
v1_9_3_125 -
Show latest stable
- Class:
IRB::Context
workspaces()public
No documentation available.
# File lib/irb/ext/workspaces.rb, line 19
def workspaces
if defined? @workspaces
@workspaces
else
@workspaces = []
end
end