class Ethon::Easy::Mirror

def log_informations

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

def log_informations: () -> untyped

This signature was generated using 62 samples from 3 applications.

def log_informations
  Hash[*INFORMATIONS_TO_LOG.map do |info|
    [info, options[info]]
  end.flatten]
end