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