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
I'm not sure if have to use __sanitizer_cov_trace_switch. I think we may be already covering this case since case uses === under the hood, and we're already hooking that. Although it appears we're only doing that for integers. Some investigation is necessary.
The text was updated successfully, but these errors were encountered:
https://thoughtbot.com/blog/case-equality-operator-in-ruby
I'm not sure if have to use
__sanitizer_cov_trace_switch
. I think we may be already covering this case sincecase
uses===
under the hood, and we're already hooking that. Although it appears we're only doing that for integers. Some investigation is necessary.The text was updated successfully, but these errors were encountered: