Sha256: f3f41f2d0ae65d144c3a7711cb353bf3ceba9be768ae724fe775f28406ce0d20
Contents?: true
Size: 266 Bytes
Versions: 46
Compression:
Stored size: 266 Bytes
Contents
module Mongoid #:nodoc: module Extensions #:nodoc: module String #:nodoc: module Inflections #:nodoc: def singular? singularize == self end def plural? pluralize == self end end end end end
Version data entries
46 entries across 46 versions & 1 rubygems