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