Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/time_of_day.rb
Instance Method Summary collapse
Instance Method Details
#at(time_of_day) ⇒ Object
118 119 120 |
# File 'lib/time_of_day.rb', line 118 def at(time_of_day) Time.local(year, month, day, time_of_day.hour, time_of_day.minute, time_of_day.second) end |