31 32 33 34 35 36 37
# File 'lib/jmongo/mongo/ruby_ext.rb', line 31 def to_bson list = Array.new #Java::ComMongodb::DBObject[ary.length].new self.each_with_index do |ele, i| list[i] = ele.to_bson end list end