module Litejob

def self.logger

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

def self.logger: () -> (SilenceLogger | Logger | Class)

This signature was generated using 75 samples from 2 applications.

def self.logger
  configuration.logger
end