# File lib/action_controller/response.rb, line 161
    def write(str)
      @writer.call str.to_s
      str
    end