class Grape::Middleware::Stack

def initialize

def initialize
  @middlewares = []
  @others = []
end