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