class ReeDate::BeginningOfMonth

def call(date = nil)

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