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