Method: Bundler::SelfManager#restart_with_locked_bundler_if_needed
- Defined in:
- lib/bundler/self_manager.rb
#restart_with_locked_bundler_if_needed ⇒ Object
9 10 11 12 13 |
# File 'lib/bundler/self_manager.rb', line 9 def restart_with_locked_bundler_if_needed return unless needs_switching? && installed? restart_with(restart_version) end |