Q. What does the grep_v method do in Ruby enumerators?
β
Correct Answer: (D)
Filters elements in a collection based on a regular expression, excluding matches
You must be Logged in to update hint/solution