class method
self.new
Ruby on Rails 6.0.6
Since v4.2.9Signature
self.new(response)
No documentation comment.
Parameters
-
responsereq
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 487
def initialize(response)
@response = response
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 487
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response::RackBody