class Whois::Parsers::WhoisNicGd

Parser for the whois.nic.gd 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.nic.gd.rb, line 24
def reserved?
  !!content_for_scanner.match(/RESTRICTED/)
end