I have one beginner question for Ruby. I have been practicing Ruby with Chris Pine book and I see that he sometimes uses ' ' and sometimes " " after puts method.
Now, I have realized that I cant put any variable with # { } if I use ' ' since I have tried that , and also, if I use for example " " I don't have to discount ' with backslash like this \' (and other way around) but other than that I don't know are there any major differences between these to things or in other words should I sometimes use exclusively ' ' and sometimes " " ?
Tnx