Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/mako/core_ext/time.rb
Instance Method Summary collapse
Instance Method Details
#beginning_of_day ⇒ Object
6 7 8 9 |
# File 'lib/mako/core_ext/time.rb', line 6 def beginning_of_day Time.new(year, month, day, 0, 0, 0, utc_offset) end |