Method: ActionDispatch::Response#close
- Defined in:
- actionpack/lib/action_dispatch/http/response.rb
#close ⇒ Object
392 393 394 |
# File 'actionpack/lib/action_dispatch/http/response.rb', line 392 def close stream.close if stream.respond_to?(:close) end |