Evolve the object.
@note This is here for API compatibility.
@example Evolve an object.
Object.evolve("test")
@return [ Object ] The provided object.
@since 1.0.0
# File lib/origin/extensions/object.rb, line 164 def evolve(object) object end