I'm looking for a better way to merge variables into a string, in Ruby.
For example if the string is something like:
"The animal action the second_animal"
And I have variables for animal, action and second_animal, what is the prefered way to put those variables in to the string?