class Rack::Cascade

def add(app)

be tried last.
Append an app to the list of apps to cascade. This app will
def add(app)
  @apps << app
end