[Source]
# File lib/irb/cmd/pushws.rb, line 19 19: def execute(*obj) 20: irb_context.workspaces.collect{|ws| ws.main} 21: end
[Validate]