# File lib/whois/record/parser/scanners/iana.rb, line 95
              def parse_section_pair_newlinevalue(key)
                if @input.scan(/^#{key}:\s*(.+)\n/)
                  @input[1].strip
                end
              end