method
merge
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Response::Header
merge(other)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 52
def merge(other)
self.class.new @response, __getobj__.merge(other)
end