# File lib/cgikit/element.rb, line 424
  def append_to_response( response, context )
    each do |item|
      item.append_to_response(response, context)
    end
  end