# File lib/mail/elements/address.rb, line 125 def comments parse unless @parsed if get_comments.empty? nil else get_comments.map { |c| c.squeeze(" ") } end end