noon() Instance Public methods Alias for: middle_of_day
midnight() Instance Public methods Alias for: beginning_of_day
middle_of_day() Instance Public methods Converts Date to a Time (or DateTime if necessary) with the time portion set to the middle of the day (12:00) midday noon at_midday at_noon at_middle_of_day
midday() Instance Public methods Alias for: middle_of_day
inspect() Instance Public methods Also aliased as: default_inspect
in(seconds) Instance Public methods Alias for: since
end_of_day() Instance Public methods Converts Date to a Time (or DateTime if necessary) with the time portion set to the end of the day (23:59:59) at_end_of_day
default_inspect() Instance Public methods Alias for: inspect
compare_without_coercion(other) Instance Public methods Alias for: <=>
compare_with_coercion(other) Instance Public methods Allow Date to be compared with Time by converting to DateTime and relying on the <=> from there. <=>
Page 108 of 2275