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