method
set_header
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::Response
set_header(key, v)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 184
def set_header(key, v); headers[key] = v; end