class ActionView::OutputFlow

def append(key, value)

Called by content_for
def append(key, value)
  @content[key] << value
end