# File lib/mail/utilities.rb, line 137 def match_to_s( obj1, obj2 ) obj1.to_s.downcase == obj2.to_s.downcase end