class ActionController::Metal

def use(...)

middleware stack.
Pushes the given Rack middleware and its arguments to the bottom of the
def use(...)
  middleware_stack.use(...)
end