method
write
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Response
write(str)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 162
def write(str)
str = str.to_s
@writer.call str
str
end