method

spec_settings

ruby latest stable - Class: Bundler::GemInstaller

Method not available on this version

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

spec_settings()
private

No documentation available.

# File lib/bundler/installer/gem_installer.rb, line 57
    def spec_settings
      # Fetch the build settings, if there are any
      Bundler.settings["build.#{spec.name}"]
    end