method
merge
v4.2.7 -
Show latest stable
- Class:
ActionController::Live::Response::Header
merge(other)public
No documentation available.
# File actionpack/lib/action_controller/metal/live.rb, line 222
def merge(other)
self.class.new @response, __getobj__.merge(other)
end