[Source]
# File lib/irb/cmd/pushws.rb, line 25 25: def execute(*obj) 26: irb_context.push_workspace(*obj) 27: super 28: end
[Validate]