class Litejob::Processor

def set_log_context!(**attributes)

Experimental RBS support (using type sampling data from the type_fusion project).

def set_log_context!: (**Hash attributes) -> String

This signature was generated using 29 samples from 2 applications.

def set_log_context!(**attributes)
  @log_context = attributes.map { |k, v| [k, v].join("=") }.join(" ")
end