class Bundler::CLI::Config

def initialize(options, args, thor)

def initialize(options, args, thor)
  @options = options
  @args = args
  @thor = thor
end