class ReeDate::AllYear

def call(date = nil)

def call(date = nil)
  date = date || today
  beginning_of_year(date)..end_of_year(date)
end