# File lib/rubyful_soup.rb, line 284
  def append(tag)
    @contents.push(tag)
  end