method

unlocking_gem?

ruby latest stable - Class: Bundler::GemVersionPromoter

Method not available on this version

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

unlocking_gem?()
private

No documentation available.

# File lib/bundler/gem_version_promoter.rb, line 162
    def unlocking_gem?
      unlock_gems.empty? || unlock_gems.include?(@gem_name)
    end