method

requires_sudo?

ruby latest stable - Class: Bundler::Plugin::Installer::Rubygems

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

requires_sudo?()
private

No documentation available.

# File lib/bundler/plugin/installer/rubygems.rb, line 13
        def requires_sudo?
          false # Will change on implementation of project level plugins
        end