Module: Mongoid::Criteria::Queryable::Extensions::Object::ClassMethods
Relationships & Source Files | |
Defined in: | lib/mongoid/criteria/queryable/extensions/object.rb |
Instance Method Summary
-
#evolve(object) ⇒ Object
Evolve the object.
-
#__evolve__(object) ⇒ Object
private
Internal use only
Internal use only
Evolve the object.
Instance Method Details
#__evolve__(object) ⇒ Object (private)
This method is for internal use only.
TODO:
Durran refactor out case statement.
Evolve the object.
#evolve(object) ⇒ Object
Note:
This is here for API compatibility.
Evolve the object.
# File 'lib/mongoid/criteria/queryable/extensions/object.rb', line 147
def evolve(object) object end