instance method
write
Ruby on Rails 7.2.3
Since v3.0.20Signature
write(string)
No documentation comment.
Parameters
-
stringreq
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 348
def write(string)
@stream.write string
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 348
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response