# File raggle, line 274
def
escape_format
gsub
(
/%/
,
"\&\&"
)
end