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