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