method

write

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