instance method
write
Ruby on Rails 3.0.20
Since v3.0.20Signature
write(str)
No documentation comment.
Parameters
-
strreq
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 161
def write(str)
str = str.to_s
@writer.call str
str
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 161
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response