# File lib/rdoc/markup/raw.rb, line 57
  def push *texts
    self.parts.push(*texts)
  end