# File raggle, line 248
def
escape
gsub
(
/(["\\])/
,
"\\\&"
)
end