Sha256: 1bb577ae76e0cd7a8e5aa74a48178536750dce8aa72ddc2a01e081e1496e5369
Contents?: true
Size: 327 Bytes
Versions: 6
Compression:
Stored size: 327 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require_relative 'base_afilias' module Whois class Parsers # Parser for the whois.dotmobiregistry.net server. class WhoisDotmobiregistryNet < BaseAfilias end end end
Version data entries
6 entries across 6 versions & 2 rubygems