class ActionController::Streaming::Body

def initialize(body)

Store the response body to be chunked.
def initialize(body)
  @body = body
end