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