# File lib/whois.rb, line 84 def self.available?(qstring) query(qstring).available? rescue ParserNotFound => e warn "This method is not supported for this kind of object.\n" + "Use Whois.query('#{qstring}') instead." nil end