Module: Mongoid::Extensions::NilClass
- Defined in:
- build/mongoid-7.3/lib/mongoid/extensions/nil_class.rb
Instance Method Summary collapse
-
#__setter__ ⇒ nil
Try to form a setter from this object.
-
#collectionize ⇒ String
Get the name of a nil collection.
Instance Method Details
#__setter__ ⇒ nil
Try to form a setter from this object.
16 17 18 |
# File 'build/mongoid-7.3/lib/mongoid/extensions/nil_class.rb', line 16 def __setter__ self end |
#collectionize ⇒ String
Get the name of a nil collection.
28 29 30 |
# File 'build/mongoid-7.3/lib/mongoid/extensions/nil_class.rb', line 28 def collectionize to_s.collectionize end |