Method: CLI32Type#to_bytes

Defined in:
lib/types/cl_i32_type.rb

#to_bytesObject



23
24
25
# File 'lib/types/cl_i32_type.rb', line 23

def to_bytes
  [1].pack("C*").unpack1("H*")
end