Parser for the jobswhois.verisign-grs.com server.
Initializes a new {Scanners::Verisign} instance passing the {content_for_scanner} and calls parse on it.
@return [Hash]
# File lib/whois/record/parser/jobswhois.verisign-grs.com.rb, line 94 def parse Scanners::Verisign.new(content_for_scanner).parse end
In case of "SPAM Response", the response contains more than one item for the same value and the value becomes an Array.
# File lib/whois/record/parser/jobswhois.verisign-grs.com.rb, line 103 def last_useful_item(values) values.is_a?(Array) ? values.last : values end
Generated with the Darkfish Rdoc Generator 2.