Sha256: 54df9314a1054b4e0c35ff30a10aa7d1c2749a1533c99e1535483629f4553023
Contents?: true
Size: 475 Bytes
Versions: 9
Compression:
Stored size: 475 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_cocca2' module Whois class Record class Parser # Parser for the whois.nic.net.nf server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisNicNetNf < BaseCocca2 end end end end
Version data entries
9 entries across 9 versions & 1 rubygems