class ActiveSupport::BroadcastLogger

def info?

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

def info?: () -> true

This signature was generated using 1 sample from 1 application.

to at least one broadcast. +False+ otherwise.
+True+ if the log level allows entries with severity Logger::INFO to be written
def info?
  @broadcasts.any? { |logger| logger.info? }
end