class Rack::Events::BufferedResponse
:nodoc:
def initialize(status, headers, body)
def initialize(status, headers, body) super(status, headers) @body = body end
def to_a; [status, headers, body]; end
def to_a; [status, headers, body]; end
:nodoc:
def initialize(status, headers, body) super(status, headers) @body = body end
def to_a; [status, headers, body]; end