# File lib/whenever/job.rb, line 50
def
escape_double_quotes
(
str
)
str
.
gsub
(
/"/
) {
'\"'
}
end