class ReeDate::BeginningOfYear

def call(date = nil)

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