Sha256: 2232439766459adf763a5eb7ede3d7081e476f14699f26a7bec8a400e909f019
Contents?: true
Size: 450 Bytes
Versions: 6
Compression:
Stored size: 450 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require_relative 'base' require_relative 'whois.centralnic.com.rb' module Whois class Parsers # Parser for the whois.nic.la server. # # It aliases the whois.centralnic.com parser because # the .LA TLD is powered by Centralnic. class WhoisNicLa < WhoisCentralnicCom end end end
Version data entries
6 entries across 6 versions & 2 rubygems