class ReeStd::RetryOnFail

def call(max:, **opts, &block)

def call(max:, **opts, &block)
  Retry.new(max: max, **opts).call(&block)
end