How to check if an object is present in an array in Ruby?
TL;DR: include? is the best approach
Greetings
Hey, It's Alexandre Calaça here. Hope you're good.
Introduction
Today, let's work on 3 different approaches to check if an object is present in the array in Ruby. Every approach has their cons and pro...
blog.alexandrecalaca.com3 min read