# File lib/whois/answer/parser/whois.publicinterestregistry.net.rb, line 163
          def parse
            @ast = {}
            while !@input.eos?
              parse_content
            end
            @ast
          end