# File lib/mail/body.rb, line 65 def ==(other) if other.class == String self.decoded == other else super end end