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
String#[] accepts regexes. And when used in a call to map, this cop suggests to move to using pluck. This is not wrong, it does work, but I'm not sure you actually meant to promote the use of pluck over map in this case.
String#[]
accepts regexes. And when used in a call tomap
, this cop suggests to move to usingpluck
. This is not wrong, it does work, but I'm not sure you actually meant to promote the use ofpluck
overmap
in this case.Expected behavior
Don't suggest pluck in this case (?).
Actual behavior
Suggests pluck.
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: