# File lib/mail/utilities.rb, line 88
def
unparen
(
str
)
str
=~
/^\((.*?)\)$/
?
$1
:
str
end