Libraries
»
libra_client
(0.2.1)
»
Index
»
Libra
»
BinaryExtensions
»
#hex2bin
Method: Libra::BinaryExtensions#hex2bin
Defined in:
lib/libra_client.rb
#
hex2bin
⇒
Object
hex-to-bin
24
# File 'lib/libra_client.rb', line 24
def
hex2bin
;
[
self
]
.
pack
(
"
H*
"
)
;
end