# File lib/lucky_sneaks/unidecoder.rb, line 27 27: def encode(codepoint) 28: ["0x#{codepoint}".to_i(16)].pack("U") 29: end