Sha256: e9e98907d298dc9cdc090986fadb4c7157d847828e870a59e3a3496f1b9a44f6
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.tl server. class WhoisNicTl < BaseCocca end end end end
Version data entries
10 entries across 10 versions & 1 rubygems