class ReeDatetime::EndOfYear

def call(date_time = nil)

def call(date_time = nil)
  end_of_day(end_of_year(date_time || now).to_datetime) 
end