tld:为 Internet *域 (TLD) 提供元信息的 Ruby 库

时间:2024-07-30 11:17:55
【文件属性】:

文件名称:tld:为 Internet *域 (TLD) 提供元信息的 Ruby 库

文件大小:28KB

文件格式:ZIP

更新时间:2024-07-30 11:17:55

Ruby

TLD 说明: 提供 Internet *域 (TLD) 的元信息,例如描述性名称、相关货币代码和 TLD 类别。 概要: require 'tld' # Find a descriptive name TLD . find ( 'au' ). name # => "Australia" TLD . find ( 'biz' ). name # => "Business" # Find the TLD category (country code, generic, infrastructure, pseudo, # reserved, retired or sponsored) TLD . find ( 'au' ). type # => :cc TLD . find ( 'biz' ). type # => :generic # Find the ISO 4217 cu


【文件预览】:
tld-master
----.gitignore(13B)
----.travis.yml(244B)
----Manifest.txt(393B)
----VERSION(5B)
----tld.gemspec(730B)
----README.rdoc(2KB)
----lib()
--------tld()
--------tld.rb(352B)
----History.txt(2KB)
----rakelib()
--------tld.rb.erb(385B)
--------cultivate.rake(331B)
--------tld.rb(2KB)
--------tld.rake(1KB)
----Gemfile(174B)
----Rakefile(234B)
----test()
--------tld_test.rb(2KB)

网友评论