# File lib/addressable/idna/native.rb, line 35
    def self.to_ascii(value)
      IDN::Idna.toASCII(value)
    end