# File lib/wrongdoc/final.rb, line 89 def fix(file) File.open(file, "a+") do |fp| buf = process(fp.read) fp.truncate 0 fp.write buf end end