# File lib/whois/answer/parser/base.rb, line 276 def content_for_scanner @content_for_scanner ||= content.to_s.gsub(/\r\n/, "\n") end