Ruby Training
Introduction
This is to summarised what I learn on the ruby Training
Interpolation
This is how to interpolation works
my_var1 = "FRED WAS ERE"
my_var2 = "Let's put this in here#{my_var1}"
This is to summarised what I learn on the ruby Training
This is how to interpolation works
my_var1 = "FRED WAS ERE"
my_var2 = "Let's put this in here#{my_var1}"