# File lib/bundler/cli.rb, line 693
    def pristine(*gems)
      require "bundler/cli/pristine"
      Pristine.new(gems).run
    end