Method: Clock.today

Defined in:
lib/clock/clock.rb

.todayObject



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

def self.today
  self.now.to_date
end