# File lib/gauntlet_parsetree.rb, line 52
  def broke name, file, msg
    warn "bad"
    self.data[name][file] = msg
    self.dirty = true
  end