class ActionDispatch::Response::RackBody

def each(*args, &block)

def each(*args, &block)
  @response.each(*args, &block)
end