# File lib/dnstraverse/info_cache.rb, line 31
    def initialize(parent = nil)
      @parent = parent
      @data = Hash.new
      self
    end