# File lib/whois/record/parser/scanners/whois.nic.it.rb, line 110
                def parse_section_pair_newlinevalue(indentation)
                  if @input.scan(/\s{#{indentation}}(.+)\n/)
                    @input[1]
                  end
                end