Module: Origin::Extensions::Object::ClassMethods
- Defined in:
- lib/origin/extensions/object.rb
Instance Method Summary collapse
-
#evolve(object) ⇒ Object
Evolve the object.
Instance Method Details
#evolve(object) ⇒ Object
Note:
This is here for API compatibility.
Evolve the object.
165 166 167 |
# File 'lib/origin/extensions/object.rb', line 165 def evolve(object) object end |