Sha256: 5fa4435fdce93b59d0cd22e27466be68b47ea60d3a1bc75760b59b089925cb29
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.ki server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class WhoisNicKi < BaseCocca2 end end end
Version data entries
6 entries across 6 versions & 2 rubygems