Sha256: 2a4c6dd88f178cbdc825010209af8a3c195e416ae16b4dec4037068f6061e492
Contents?: true
Size: 508 Bytes
Versions: 15
Compression:
Stored size: 508 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base' require 'whois/record/parser/whois.centralnic.com.rb' module Whois class Record class Parser # 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 end
Version data entries
15 entries across 15 versions & 1 rubygems