class ActionDispatch::Response::Buffer

def initialize(response, buf)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (ActionDispatch::Response response, (Array[] | Array[ActionView::OutputBuffer]) buf) -> void

This signature was generated using 4 samples from 1 application.

:nodoc:
def initialize(response, buf)
  @response = response
  @buf      = buf
  @closed   = false
  @str_body = nil
end