Sha256: d6a1aae64353fe45dd852313b26fb69f5285d9255177c8d2a714f18bac91e852
Contents?: true
Size: 344 Bytes
Versions: 7
Compression:
Stored size: 344 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 end end end end
Version data entries
7 entries across 7 versions & 1 rubygems