middle_of_day()
Returns a new DateTime representing the middle of the day (12:00)
# File activesupport/lib/active_support/core_ext/date_time/calculations.rb, line 130 def middle_of_day change(hour: 12) end