class ActionDispatch::Response::Buffer
def initialize(response, buf)
def initialize(response, buf) @response = response @buf = buf @closed = false @str_body = nil end
def initialize(response, buf) @response = response @buf = buf @closed = false @str_body = nil end