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