Class: Object
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
|
|
| Inherits: | BasicObject |
| Defined in: | (unknown) |
Overview
Ruby Core class mixins
Class Method Summary
::Mongoid::Criteria::Queryable::Extensions::Object::ClassMethods - Extended
| evolve | Evolve the object. |
| __evolve__ | Evolve the object. |
Instance Attribute Summary
::Mongoid::Criteria::Queryable::Extensions::Object - Included
| #regexp? | Is the object a regex. |
Instance Method Summary
::Mongoid::Criteria::Queryable::Extensions::Object - Included
| #__add__ | Combine the two objects using the add strategy. |
| #__add_from_array__ | Merge this object into the provided array. |
| #__array__ | Get the object as an array. |
| #__deep_copy__ | Deep copy the object. |
| #__expand_complex__ | Get the object as expanded. |
| #__intersect__ | Combine the two objects using the intersect strategy. |
| #__intersect_from_array__ | Merge this object into the provided array. |
| #__intersect_from_object__ | Merge this object into the provided array. |
| #__union__ | Combine the two objects using the union strategy. |
| #__union_from_object__ | Merge this object into the provided array. |