instance method call

Ruby on Rails 7.2.3

Since v7.1.6

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

call(*arguments, &block)

No documentation comment.

Parameters

arguments rest
block block
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close