class Whois::Record::Parser::WhoisDotproregistryNet

Parser for the whois.dotproregistry.net 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.dotproregistry.net.rb, line 33
def reserved?
  !!content_for_scanner.match(/Governmental Reserved Name/)
end