class ReeDate::AllMonth

def call(date = nil)

def call(date = nil)
  date = date || today
  beginning_of_month(date)..end_of_month(date)
end