Module: Mongoid::Extensions::NilClass
- Defined in:
- build/mongoid-8.1/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.
13 14 15 |
# File 'build/mongoid-8.1/lib/mongoid/extensions/nil_class.rb', line 13 def __setter__ self end |
#collectionize ⇒ String
Get the name of a nil collection.
23 24 25 |
# File 'build/mongoid-8.1/lib/mongoid/extensions/nil_class.rb', line 23 def collectionize to_s.collectionize end |