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