Sha256: b38e16306f68d355200a1dc949911b5f3e03a99889cd7a915184abed9e464a19
Contents?: true
Size: 508 Bytes
Versions: 13
Compression:
Stored size: 508 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2013 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
13 entries across 13 versions & 1 rubygems