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