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