# File lib/mail/body.rb, line 112
def
include?
(
other
)
self
.
decoded
.
include?
(
other
.
to_s
)
end