Sha256: a7f204f559c71f0713cf8bf63257adc835957dd6a8fa0d8e4d3d6666cba2cde4
Contents?: true
Size: 348 Bytes
Versions: 10
Compression:
Stored size: 348 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.registry.gy server. class WhoisRegistryGy < BaseCocca end end end end
Version data entries
10 entries across 10 versions & 1 rubygems