This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
merge(other)
Appends other's parts
# File lib/rdoc/markup/raw.rb, line 40 def merge other @parts.concat other.parts end