Sha256: 0b2b12047c04bbf54d874c1b1f507e19f9174a5d026b62973fcbf1e37d27587f
Contents?: true
Size: 433 Bytes
Versions: 8
Compression:
Stored size: 433 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_cocca' module Whois class Record class Parser # Parser for the whois.netcom.cm server. class WhoisNetcomCm < BaseCocca self.status_mapping.merge!({ "suspended" => :registered }) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems