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