# File lib/bundler/cli/clean.rb, line 11
    def run
      require_path_or_force unless options["dry-run""dry-run"]
      Bundler.load.clean(options["dry-run""dry-run"])
    end