TypeError: cannot convert Set into Array
array = [1,2,3] set = [3,4,5].to_set set & array # => #<Set: {3}> array & set