class Whois::Parsers::WhoisCoCa

Parser for the whois.co.ca server.

@note This parser is just a stub and provides only a few basic methods

to check for domain availability and get domain status.
Please consider to contribute implementing missing methods.

@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.co.ca.rb, line 67
def reserved?
  !!(content_for_scanner =~ /^Domain is not available or is reserved by the registry/)
end