Array.include? multiple values March 31, 2023 by Tarik You could take the intersection of two arrays, and see if it’s not empty: ([2, 6, 13, 99, 27] & [2, 6]).any?