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
Previous to ruby 3, grep/grep_v had worse performance, but this was fixed by https://bugs.ruby-lang.org/issues/17030, so as of ruby 3, grep could be prefered as it is simpler.
The text was updated successfully, but these errors were encountered:
Reference: rubocop/rubocop#8327 and rubocop/rubocop#10082
The follow pairs have equivalent behaviour:
Previous to ruby 3,
grep
/grep_v
had worse performance, but this was fixed by https://bugs.ruby-lang.org/issues/17030, so as of ruby 3,grep
could be prefered as it is simpler.The text was updated successfully, but these errors were encountered: