# File lib/whois/record/parser/scanners/base.rb, line 30 def parse @ast = {} while !@input.eos? parse_content end @ast end