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