class Whois::Record::Parser::WhoisFi

Parser for the whois.fi server.

@see Whois::Record::Parser::Example

The Example parser for the list of all available methods.

Public Instance Methods

reserved?() click to toggle source

NEWPROPERTY

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