Ruby - String Operations
You have an array of words:
words = ["I", "love", "Ruby"]. Which code correctly concatenates them into a single string with spaces using <<?