class Honeybadger::Config
def get(key)
Experimental RBS support (using type sampling data from the type_fusion project).
def get: (Symbol key) -> bool?
This signature was generated using 74 samples from 1 application.
def get(key) IVARS.each do |var| source = instance_variable_get(var) if source.has_key?(key) return source[key] end end DEFAULTS[key] end