Sha256: 834c907eda4cd6a273493507cb4a4dbf1ad81ecb06671f3ef8e21cfefa5d1169
Contents?: true
Size: 206 Bytes
Versions: 24
Compression:
Stored size: 206 Bytes
Contents
# encoding: utf-8 module Mongoid #:nodoc: module Fields #:nodoc: module Serializable #:nodoc: # Defines the behaviour for bignum fields. class Bignum < Integer end end end end
Version data entries
24 entries across 24 versions & 2 rubygems