Method: String#to_punycode
- Defined in:
- lib/string_tools/core_ext/string.rb
#to_punycode ⇒ Object
Выполняет преобразование строки в punycode.
83 84 85 |
# File 'lib/string_tools/core_ext/string.rb', line 83 def to_punycode Addressable::URI.parse(self).normalize.to_s end |