beginning_of_hour()
Returns a new Time representing the start of the hour (x:00)
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 250 def beginning_of_hour change(min: 0) end