Sha256: ebec64b9937b0290a7f62d49da2482b0299acc19f35c43d2cf45904ba89f6fbd
Contents?: true
Size: 352 Bytes
Versions: 15
Compression:
Stored size: 352 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/base_afilias' module Whois class Record class Parser # Parser for the whois.registry.in server. class WhoisRegistryIn < BaseAfilias end end end end
Version data entries
15 entries across 15 versions & 1 rubygems