You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread doesn't support dig which leads to false positives like Thread.current[:foo][:bar]. Note Thread.current[:foo][:bar][:baz] would likely not be a false positive since it means Thread.current[:foo] has likely returned something diggable.
The text was updated successfully, but these errors were encountered:
Thread doesn't support
dig
which leads to false positives likeThread.current[:foo][:bar]
. NoteThread.current[:foo][:bar][:baz]
would likely not be a false positive since it meansThread.current[:foo]
has likely returned something diggable.The text was updated successfully, but these errors were encountered: