you don't even have to use single or double quotes to create a string
# Ruby can add them if you use the %q (single quotes) or %Q (double quotes) syntax. puts %Q/Yes, that was Cary Grant./