# File lib/bundler/settings.rb, line 243
      def use_system_gems?
        return true if system_path
        return false if explicit_path
        !default_install_uses_path
      end