class Rails::Configuration::MiddlewareStackProxy

def merge_into(other) # :nodoc:

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