Class IRB::ExtendCommand::ChangeWorkspace
In: lib/irb/cmd/chws.rb
Parent: Nop

Methods

execute  

Public Instance methods

[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]