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