[Source]
# File lib/irb/cmd/pushws.rb, line 32 32: def execute(*obj) 33: irb_context.pop_workspace(*obj) 34: super 35: end
[Validate]