Sha256: b605b1e0b42dfae5ddedd9efa6c1a6cfe665188075c199868ce9011570580531
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 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/whois.centralnic.com' module Whois class Record class Parser # Parser for the whois.nic.design server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisNicDesign < WhoisCentralnicCom end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
whois-3.6.2 | lib/whois/record/parser/whois.nic.design.rb |
whois-3.6.1 | lib/whois/record/parser/whois.nic.design.rb |
whois-3.6.0 | lib/whois/record/parser/whois.nic.design.rb |