Sha256: 7155da284ac24fd03f2a78093931204a4ddcf2d767136ade2ca55138f362a987
Contents?: true
Size: 496 Bytes
Versions: 3
Compression:
Stored size: 496 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_afilias' module Whois class Record class Parser # Parser for the whois.dotpostregistry.net server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisDotpostregistryNet < BaseAfilias end end end end
Version data entries
3 entries across 3 versions & 1 rubygems