# File ruby/bstream.rb, line 167 def write_int8(arg) return writes( [T_INTEGER8,(arg & 0xffff_ffff),( (arg >> 32) & 0xffff_ffff)].pack("CVV") ) end