class ActionController::Metal

def self.use(*args, &block)

middleware stack.
Pushes the given Rack middleware and its arguments to the bottom of the
def self.use(*args, &block)
  middleware_stack.use(*args, &block)
end