Method: RubyConfig::Switcher#switch

Defined in:
lib/ruby_config/switcher.rb

#switch(runtime) ⇒ Object



12
13
14
15
# File 'lib/ruby_config/switcher.rb', line 12

def switch(runtime)    
  set_default_handle(runtime.handle)
  set_symlinks_to_runtime(runtime)
end