# File lib/bundler/cli/config.rb, line 6 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