Sha256: 5e374bb199ff70aa74dc91987b2c3574ea3833ab71dff345cfb3655dc2219c23
Contents?: true
Size: 513 Bytes
Versions: 11
Compression:
Stored size: 513 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_cocca2' module Whois class Record class Parser # Parser for the whois.tld.sy server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisTldSy < BaseCocca2 property_not_supported :updated_on end end end end
Version data entries
11 entries across 11 versions & 1 rubygems