class Whois::Record::Parser::WhoisNicIo

Parser for the whois.nic.io 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.io.rb, line 42
def reserved?
  !!content_for_scanner.match(/^Domain reserved\n/)
end