class Whois::Parsers::WhoisNicXxx

Parser for the whois.nic.xxx server.

Public Instance Methods

reserved?() click to toggle source

NEWPROPERTY

# File lib/whois/parsers/whois.nic.xxx.rb, line 35
def reserved?
  !!node("status:reserved")
end