Sha256: 71471ea3c0ac93082110c5c24cfcdbdc4615af87624a8cb492eeeda8c9412fb8
Contents?: true
Size: 496 Bytes
Versions: 12
Compression:
Stored size: 496 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_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
12 entries across 12 versions & 1 rubygems