# File lib/couchrest/helper/streamer.rb, line 24
def
escape_quotes
(
data
)
data
.
gsub
(
/"/
,
'\"'
)
end