instance method write

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

write(str)

No documentation comment.

Parameters

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

Defined in actionpack/lib/action_controller/response.rb line 162 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Response

Type at least 2 characters to search.

↑↓ navigate · open · esc close