Method: ActiveModel::Type::Binary::Data#hex
- Defined in:
- activemodel/lib/active_model/type/binary.rb
#hex ⇒ Object
52 53 54 |
# File 'activemodel/lib/active_model/type/binary.rb', line 52 def hex @value.unpack1("H*") end |
52 53 54 |
# File 'activemodel/lib/active_model/type/binary.rb', line 52 def hex @value.unpack1("H*") end |