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