Sha256: 2011b1b16698d87a71004bad0f37cafb96607515fe5aded943135af84b71fc21
Contents?: true
Size: 256 Bytes
Versions: 46
Compression:
Stored size: 256 Bytes
Contents
module Mongoid #:nodoc: module Extensions #:nodoc: module Symbol #:nodoc: module Inflections #:nodoc: def singular? to_s.singular? end def plural? to_s.plural? end end end end end
Version data entries
46 entries across 46 versions & 1 rubygems