# File lib/mail/utilities.rb, line 69
def
unquote
(
str
)
str
=~
/^"(.*?)"$/
?
$1
:
str
end