Get the name of a nil collection.
@example Get the nil name.
nil.collectionize
@return [ String ] A blank string.
@since 1.0.0
# File lib/mongoid/extensions/nil_class.rb, line 13 def collectionize to_s.collectionize end
Generated with the Darkfish Rdoc Generator 2.