Method: EncodedId::ReversibleId#encode_hex
- Defined in:
- lib/encoded_id/reversible_id.rb
#encode_hex(hexs) ⇒ Object
Encode hex strings into a hash
35 36 37 |
# File 'lib/encoded_id/reversible_id.rb', line 35 def encode_hex(hexs) encode(integer_representation(hexs)) end |