Module: Origin::Extensions::TimeWithZone::ClassMethods
- Defined in:
- lib/origin/extensions/time_with_zone.rb
Instance Method Summary collapse
-
#evolve(object) ⇒ Time
Evolve the object to an date.
Instance Method Details
#evolve(object) ⇒ Time
Evolve the object to an date.
35 36 37 |
# File 'lib/origin/extensions/time_with_zone.rb', line 35 def evolve(object) object.__evolve_time__ end |