# File ruby/bstream.rb, line 315 def write_decimal_array(arg) return write_array_str_gen(arg.collect {|i| i.to_s }, T_DECIMAL) end