Parser for the jobswhois.verisign-grs.com server.
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.