# File lib/whois/record/scanners/base.rb, line 24
        def initialize(content)
          @input = StringScanner.new(content)
        end