Implement "puts" the ruby print command along with the #{@variable} choice to print variables. In the end it should be able to print this: - puts "Hello #{@name}!"
Implement "puts" the ruby print command along with the #{@variable} choice to print variables.
In the end it should be able to print this: