class Bundler::CLI::Config
def self.scope_options
def self.scope_options method_option :global, type: :boolean, banner: "Only change the global config" method_option :local, type: :boolean, banner: "Only change the local config" end
def self.scope_options method_option :global, type: :boolean, banner: "Only change the global config" method_option :local, type: :boolean, banner: "Only change the local config" end