# File lib/kwalify/yaml-parser.rb, line 93
    def set_map_with(map, key, value, linenum)
      map[key] = value
    end