class ReeDate::AllWeek
def call(date = nil, start_day)
def call(date = nil, start_day) date = date || today beginning_of_week(date, start_day)..end_of_week(date, start_day) end
def call(date = nil, start_day) date = date || today beginning_of_week(date, start_day)..end_of_week(date, start_day) end