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