Module: Idnx
- Defined in:
- lib/idnx.rb,
lib/idnx/idn2.rb,
lib/idnx/ruby.rb,
lib/idnx/version.rb,
lib/idnx/windows.rb
Defined Under Namespace
Modules: Lib, Ruby Classes: Error
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.to_punycode(hostname) ⇒ Object
11 12 13 |
# File 'lib/idnx.rb', line 11 def to_punycode(hostname) Lib.lookup(hostname) end |