method
write
v2.3.8 -
Show latest stable
- Class:
ActionController::Response
write(str)public
No documentation available.
# File actionpack/lib/action_controller/response.rb, line 161
def write(str)
@writer.call str.to_s
str
end