Sha256: 0edc93958758f89bbcdf9439d068d16963de6edc1e97f66ba28095158c8cc88e
Contents?: true
Size: 422 Bytes
Versions: 6
Compression:
Stored size: 422 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.registry.gy server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class WhoisRegistryGy < BaseCocca2 end end end
Version data entries
6 entries across 6 versions & 2 rubygems