Sha256: 9e2462f980c305b0a1cdd263b341639fdf796daeadd922652a95c7516410858b
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 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/whois.centralnic.com' module Whois class Record class Parser # Parser for the whois.nic.space server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisNicSpace < WhoisCentralnicCom end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-3.6.5 | lib/whois/record/parser/whois.nic.space.rb |
whois-3.6.4 | lib/whois/record/parser/whois.nic.space.rb |