method

write

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