4 5 6
# File 'lib/amf/pure/io_helpers.rb', line 4 def read_int8(source) source.read(1).unpack('c').first end