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