module Roda::RodaPlugins::MiddlewareStack::ClassMethods

def middleware_stack

middleware at specific places in the stack.
Return a new Stack that allows removing middleware and inserting
def middleware_stack
  Stack.new(self, @middleware)
end