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