MongoMapper中push_uniq的奇怪行为

时间:2012-11-29 00:41:18

标签: ruby mongodb mongomapper

在Ruby中,使用MongoMapper,我做了以下测试:

test = (push_uniq @a.id, title: 'test')
puts test.class
puts test.to_s

结果我得到了:

Fixnum
136

为什么选择136?

任何?

0 个答案:

没有答案