Method: ActionDispatch::Response#set_header

Defined in:
actionpack/lib/action_dispatch/http/response.rb

#set_header(key, v) ⇒ Object



220
# File 'actionpack/lib/action_dispatch/http/response.rb', line 220

def set_header(key, v); @headers[key] = v;   end