Sha256: c289215f58c8eb00f035506c3331c0ad004eb716cf63a0d162ba2f9a72cc43ca
Contents?: true
Size: 492 Bytes
Versions: 10
Compression:
Stored size: 492 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2012 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. WhoisNicLa = WhoisCentralnicCom end end end
Version data entries
10 entries across 10 versions & 1 rubygems