global

def message

def message
  "#{tag_name} occurred #{tag_count} times, but the limit was set to #{tag_limit}\n  " +
    tag_locations.map(&:to_s).join("\n  ")
end