Sha256: 8e9ff8881d52797bf656d2390fc4a2b01eea9d2ec7affd6fab7d5b06662789fc
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2018 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-parser-1.2.0 | lib/whois/parsers/whois.nic.la.rb |
whois-parser-1.1.0 | lib/whois/parsers/whois.nic.la.rb |