# File ruby/bstream.rb, line 159 def write_int4(arg) return writes( [T_INTEGER4,arg].pack("CV") ) end