# File lib/bundler/cli.rb, line 178
    def remove(*gems)
      require "bundler/cli/remove"
      Remove.new(gems, options).run
    end