class Time

Public Instance Methods

beginning_of_hour() click to toggle source
# File lib/monocle/core_ext.rb, line 2
def beginning_of_hour
  change(min: 0, sec: 0, usec: 0)
end