Sha256: ea19377b61f7f98467c9f5d184a9ec234641ba3f69bc85da5d0ace674b401844
Contents?: true
Size: 338 Bytes
Versions: 10
Compression:
Stored size: 338 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2012 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_cocca' module Whois class Record class Parser # Parser for the whois.nic.cx server. class WhoisNicCx < BaseCocca end end end end
Version data entries
10 entries across 10 versions & 1 rubygems