Comprehensive Ruby Programming
上QQ阅读APP看书,第一时间看更新

Storing strings in variables

Lastly, in the preceding code snippet, we're storing a string inside of a variable and then printing the value out to the console.

We'll talk more about strings and string interpolation in subsequent sections.