Libraries
»
test_sdk1
(1.1.3)
»
Index
»
CLI32Type
»
#to_bytes
Method: CLI32Type#to_bytes
Defined in:
lib/types/cl_i32_type.rb
#
to_bytes
⇒
Object
23 24 25
# File 'lib/types/cl_i32_type.rb', line 23
def
to_bytes
[
1
]
.
pack
(
"C*"
)
.
unpack1
(
"H*"
)
end