# File lib/rmail/message.rb, line 78
    def multipart?
      @body.is_a?(Array)
    end