class ReeDate::EndOfMonth
def call(date = nil)
def call(date = nil) date = date || today last_day = days_in_month(date.month, date.year) change(date, day: last_day) end
def call(date = nil) date = date || today last_day = days_in_month(date.month, date.year) change(date, day: last_day) end