class Whois::Parsers::WhoisNicIo

Parser for the whois.nic.io 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.io.rb, line 41
def reserved?
  !!(content_for_scanner =~ /^Reserved by Registry\n/)
end