Sha256: 5766935524f960f54a090edc62263b34154a4f13f10637d3d4904c4e756b35f2

Contents?: true

Size: 352 Bytes

Versions: 10

Compression:

Stored size: 352 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_afilias'


module Whois
  class Record
    class Parser

      # Parser for the whois.registry.in server.
      class WhoisRegistryIn < BaseAfilias
      end

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.7.0 lib/whois/record/parser/whois.registry.in.rb
whois-2.6.4 lib/whois/record/parser/whois.registry.in.rb
whois-2.6.3 lib/whois/record/parser/whois.registry.in.rb
whois-2.6.2 lib/whois/record/parser/whois.registry.in.rb
whois-2.6.1 lib/whois/record/parser/whois.registry.in.rb
whois-2.6.0 lib/whois/record/parser/whois.registry.in.rb
whois-2.5.1 lib/whois/record/parser/whois.registry.in.rb
whois-2.5.0 lib/whois/record/parser/whois.registry.in.rb
whois-2.4.0 lib/whois/record/parser/whois.registry.in.rb
whois-2.3.0 lib/whois/record/parser/whois.registry.in.rb