# File lib/kwalify/yaml-parser.rb, line 754
    def initialize(*args)
      super
      @linenums_table = {}     # object_id -> hash or array
    end