class Bundler::CLI::Config
def initialize(options, args, thor)
def initialize(options, args, thor) @options = options @args = args @thor = thor @name = peek = args.shift @scope = "global" if peek && peek =~ /^\-\-/ @name = args.shift @scope = $' end end