class ActiveSupport::TimeWithZone
Public Instance Methods
time_of_day()
click to toggle source
# File lib/time_of_day/core_ext.rb, line 18 def time_of_day TimeOfDay.new(hour, min, sec) end
# File lib/time_of_day/core_ext.rb, line 18 def time_of_day TimeOfDay.new(hour, min, sec) end