# File lib/addressable/idna/native.rb, line 27 def self.punycode_decode(value) IDN::Punycode.decode(value) end