method
execute
ruby latest stable - Class:
IRB::ExtendCommand::ChangeWorkspace
execute(*obj)public
No documentation available.
# File lib/irb/cmd/chws.rb, line 25
def execute(*obj)
irb_context.change_workspace(*obj)
irb_context.main
end