# File lib/nanoc/extra/pruner.rb, line 69 def delete_file(file) if @dry_run puts file else Nanoc::CLI::Logger.instance.file(:high, :delete, file) FileUtils.rm(file) end end