list = [1 2 1 3] found = find i in list { i == 3 } (assert_equal 3 found)