Sha256: c450c936ab7ea185b001ef9415254c949f4e17910306327f7a3112eeb49453b9
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 fixnum fields. class Fixnum < Integer end end end end
Version data entries
24 entries across 24 versions & 2 rubygems