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