# File lib/whois/record/parser/scanners/whois.nic.hu.rb, line 63
          def parse_domain
            if @input.match?(/^domain:\s+(.*)\n/) && @input.scan(/^domain:\s+(.*?)\n/)
              p("whois.nic.hu: parse_domain") if 1 == 2 || $DEBUG
              @ast["domain"] = @input[1].strip
            end
          end