module Timely::DateTime

Public Instance Methods

on_date(date) click to toggle source
# File lib/timely/date_time.rb, line 5
def on_date(date)
  change(year: date.year, month: date.month, day: date.day)
end