Sha256: f6c61f4c06682d554b089515f553681167a79e3a8512502b61280a0b2299b007
Contents?: true
Size: 489 Bytes
Versions: 3
Compression:
Stored size: 489 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2012 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_afilias' module Whois class Record class Parser # Parser for the whois.registrypro.pro server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisRegistryproPro < BaseAfilias end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
whois-2.7.0 | lib/whois/record/parser/whois.registrypro.pro.rb |
whois-2.6.4 | lib/whois/record/parser/whois.registrypro.pro.rb |
whois-2.6.3 | lib/whois/record/parser/whois.registrypro.pro.rb |