method

pre_install_checks

ruby latest stable - Class: Bundler::RubyGemsGemInstaller

Method not available on this version

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

pre_install_checks()
public

No documentation available.

# File lib/bundler/rubygems_gem_installer.rb, line 17
    def pre_install_checks
      super && validate_bundler_checksum(options[:bundler_expected_checksum])
    end