# File rmail/message.rb, line 86 def part(i) raise TypeError, "Can not get part on a single part message." unless multipart? @body[i] end