class Whois::Record::Parser::WhoisNicGd

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