class Whois::Parsers::WhoisFi

Parser for the whois.fi server.

@see Whois::Parsers::Example

The Example parser for the list of all available methods.

Public Instance Methods

reserved?() click to toggle source

NEWPROPERTY

# File lib/whois/parsers/whois.fi.rb, line 110
def reserved?
  !!content_for_scanner.match(/Domain not available/)
end