class ReeDate::Monday

def call(date = nil)

def call(date = nil)
  date = date || today
  beginning_of_week(date, :monday)
end