how to take an array of ints and ruby and return a string of all the items in that array code example Example: ruby array ary = [1, "two", 3.0] #=> [1, "two", 3.0]