I\'ve recently been coding in Ruby and have come from Python, where single and double quotes made no difference to how the code worked as far as I know.
I moved to R
If you enclose Ruby string in single qoutes, you can't use interpolation. That's how Ruby works.