class ActionController::Live::Buffer

def each

def each
  while str = @buf.pop
    yield str
  end
end