class Rails::Configuration::MiddlewareStackProxy
def merge_into(other) # :nodoc:
def merge_into(other) # :nodoc: (@operations + @delete_operations).each do |operation| operation.call(other) end other end
def merge_into(other) # :nodoc: (@operations + @delete_operations).each do |operation| operation.call(other) end other end