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