Class: ActiveSupport::TimeWithZone
- Inherits:
-
Object
- Object
- ActiveSupport::TimeWithZone
- Defined in:
- lib/time_of_day/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#time_of_day ⇒ Object
19 20 21 |
# File 'lib/time_of_day/core_ext.rb', line 19 def time_of_day TimeOfDay.new(hour, min, sec) end |