Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/time_of_day/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#time_of_day ⇒ Object
6 7 8 |
# File 'lib/time_of_day/core_ext.rb', line 6 def time_of_day TimeOfDay.new(hour, min, sec) end |