oops, I missed this in 7193f75

This commit is contained in:
Guillermo Iguaran 2013-08-18 19:47:33 -05:00
parent 48c8135423
commit 7260014850

@ -65,7 +65,7 @@ def thread_variable?(key)
private
def _locals
if defined?(@locals)
if defined?(@_locals)
@_locals
else
LOCK.synchronize { @_locals ||= {} }