module RetryOnError

Constants

VERSION

Public Class Methods

call(*args, **opts, &block) click to toggle source
# File lib/retry_on_error.rb, line 8
def self.call(*args, **opts, &block)
  Retrier.call(*args, **opts, &block)
end