How can I escape single and double quotes in a string?
I want to escape single and double quotes together. I know how to pass them separately but don\'t know how to
>> str = "ruby 'on rails\" \" = ruby 'on rails" => "ruby 'on rails" " = ruby 'on rails"