beginning_of_minute()
Returns a new Time representing the start of the minute (x:xx:00)
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 207 def beginning_of_minute change(:sec => 0) end