# File ruby/bstream.rb, line 264 def write_zero_array(arg) return writes( [T_ARRAY, T_NULL, 0].pack("CCV")) end