[Source]
# File lib/irb/cmd/chws.rb, line 26 26: def execute(*obj) 27: irb_context.change_workspace(*obj) 28: irb_context.main 29: end
[Validate]