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