`[30.0, 27.2, -2.0].mongoize` returns `[30, 27.2, -2.0]` and `[30.0, 27.2, -2.0].mongoize.map{|e| e.class}` returns `[Fixnum, Float, Fixnum]`