Sha256: e6a6d7cad68939564a1b4fe87c58c0949ef2fbf83f8aec9fa595266aeb42e0d1
Contents?: true
Size: 459 Bytes
Versions: 7
Compression:
Stored size: 459 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.gg server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisGg < BaseCocca end end end end
Version data entries
7 entries across 7 versions & 1 rubygems