23 24 25
# File 'lib/asir/log.rb', line 23 def _log_enabled= x (Thread.current[:'ASIR::Log.enabled'] ||= { })[self] = x end