method
pop_workspace
v1_9_3_125 -
Show latest stable
- Class:
IRB::Context
pop_workspace()public
No documentation available.
# File lib/irb/ext/workspaces.rb, line 46
def pop_workspace
if workspaces.empty?
print "workspace stack empty\n"
return
end
@workspace = workspaces.pop
end