# File lib/rmail/message.rb, line 116 def each_part raise TypeError, "not a multipart message" unless multipart? @body.each do |part| yield part end end