instance method
call
Ruby on Rails 7.2.3
Since v7.1.6Signature
call(*arguments, &block)
No documentation comment.
Parameters
-
argumentsrest -
blockblock
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 544
def call(*arguments, &block)
@response.stream.call(*arguments, &block)
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 544
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response::RackBody