Sha256: f009d6b34532c7401e8681144992fa1210630cdcaca9345d462aa1ef6dfe2dae
Contents?: true
Size: 490 Bytes
Versions: 6
Compression:
Stored size: 490 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2013 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_cocca' module Whois class Record class Parser # Parser for the whois.nic.hn server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # # @since RELEASE class WhoisNicHn < BaseCocca end end end end
Version data entries
6 entries across 6 versions & 1 rubygems