class Rails::Configuration::MiddlewareStackProxy

def +(other) # :nodoc:

:nodoc:
def +(other) # :nodoc:
  MiddlewareStackProxy.new(@operations + other.operations, @delete_operations + other.delete_operations)
end