Sha256: 251f91ffefc1836886d82766f0ff7617145ade3acca11ef817be3096394a1290
Contents?: true
Size: 368 Bytes
Versions: 13
Compression:
Stored size: 368 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_afilias' module Whois class Record class Parser # Parser for the whois.dotmobiregistry.net server. class WhoisDotmobiregistryNet < BaseAfilias end end end end
Version data entries
13 entries across 13 versions & 1 rubygems