"__steno_locals__"
45 46 47
# File 'lib/steno/context.rb', line 45 def clear Thread.current[THREAD_LOCAL_KEY] = {} end
41 42 43
# File 'lib/steno/context.rb', line 41 def data Thread.current[THREAD_LOCAL_KEY] ||= {} end