Arie/serveme

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

Summary

Maintainability
Test Coverage
# typed: true

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

module ActiveJob::Logging
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def log_arguments; end
    def log_arguments=(value); end
    def log_arguments?; end
  end

  module GeneratedInstanceMethods; end
end