Sha256: f25446adc1158a4e8cbcfb27646cbf642f4d91a7d2ac54c822e3b3d3208556f1
Contents?: true
Size: 486 Bytes
Versions: 10
Compression:
Stored size: 486 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_cocca2' module Whois class Record class Parser # Parser for the whois.meridiantld.net server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisMeridiantldNet < BaseCocca2 end end end end
Version data entries
10 entries across 10 versions & 1 rubygems