Hello,
I'm looking for a better way to merge variables in to 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?
Thanks
James