class Rails::Configuration::MiddlewareStackProxy
def merge_into(other)
def merge_into(other) @operations.each do |operation, args, block| other.send(operation, *args, &block) end other end
def merge_into(other) @operations.each do |operation, args, block| other.send(operation, *args, &block) end other end