Sha256: 5ad0a848d471f9fee6e1ff04e78e8528f3982efc165f5341b892e926cdcf54a6
Contents?: true
Size: 412 Bytes
Versions: 6
Compression:
Stored size: 412 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require_relative 'base_cocca2' module Whois class Parsers # Parser for the whois.nic.af server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class WhoisNicAf < BaseCocca2 end end end
Version data entries
6 entries across 6 versions & 2 rubygems