# File /home/matt/rubymail/mail/message.rb, line 31
    def body=(s)
      raise TypeError, "not a string" unless s.instance_of?(String)
      @body = s
    end