# File lib/whois/record/parser/scanners/verisign.rb, line 42 def skip_ianaservice if @input.match?(/IANA Whois Service/) @ast["IANA"] = true @input.terminate end end