8/18/2020
•
EN
How to check if array contains element with block in Ruby
Explains how to use Ruby's `any?` and `find` methods to check if an array contains elements matching a condition.