class ReeDate::EndOfYear

def call(date = nil)

def call(date = nil)
  date = date || today
  end_of_month(change(date, month: 12, day: 1)) 
end