class Rack::Cascade

def include?(app)

Whether the given app is one of the apps to cascade to.
def include?(app)
  @apps.include?(app)
end