There's an argument that single quotes are more efficient. But they're also a bit fiddlier.

For example, 'Let's go west now!' won't work. Why do you think that is and and how might we avoid this problem?

Sweet! Ruby will only read the characters between the first two quotes as a string. We can, however, escape these special characters with a \ sign.

Don't you think that'd be a little cheap?