# File r4tw.rb, line 361
  def prepend_content(new_content)
    @fields['text'] = new_content + @fields['text']
    self
  end