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