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