# File lib/mail/body.rb, line 244 def <<( val ) if @parts @parts << val else @parts = Mail::PartsList.new[val] end end