Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/tod/time.rb

Instance Method Summary collapse

Instance Method Details

#to_time_of_dayObject



2
3
4
# File 'lib/tod/time.rb', line 2

def to_time_of_day
  TimeOfDay.new hour, min, sec
end