Arie/serveme

View on GitHub
sorbet/rbi/dsl/active_job/exceptions.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActiveJob::Exceptions`.
# Please instead update this file by running `bin/tapioca dsl ActiveJob::Exceptions`.

module ActiveJob::Exceptions
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def retry_jitter; end
    def retry_jitter=(value); end
  end

  module GeneratedInstanceMethods; end
end