In Files

  • irb/cmd/chws.rb

Parent

Methods

IRB::ExtendCommand::ChangeWorkspace

Public Instance Methods

execute(*obj) click to toggle source
 
               # File irb/cmd/chws.rb, line 26
def execute(*obj)
  irb_context.change_workspace(*obj)
  irb_context.main
end