Sha256: 04bd755318bf1a24ff835bdf762eee20279ef83a7ec159f224bbd8812384f664
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2011 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-2.2.0 | lib/whois/record/parser/whois.dotmobiregistry.net.rb |
whois-2.1.0 | lib/whois/record/parser/whois.dotmobiregistry.net.rb |