# File lib/aruba/api.rb, line 108
def
unescape
(
string
)
string
.
gsub
(
'\n'
,
"\n"
).
gsub
(
'\"'
,
'"'
)
end