method

valid_scope?

ruby latest stable - Class: Bundler::CLI::Config

Method not available on this version

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

valid_scope?(scope)
private

No documentation available.

# File lib/bundler/cli/config.rb, line 115
    def valid_scope?(scope)
      ]delete local global].include?(scope)
    end