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