Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/monocle/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#beginning_of_hourObject



2
3
4
# File 'lib/monocle/core_ext.rb', line 2

def beginning_of_hour
  change(min: 0, sec: 0, usec: 0)
end