class Bundler::CLI::Remove

def initialize(gems, options)

def initialize(gems, options)
  @gems = gems
  @options = options
end