merge(other)
Appends other's parts
# File lib/rdoc/markup/raw.rb, line 40 def merge other @parts.push(*other.parts) end