# File lib/rack/cascade.rb, line 9 def initialize(apps, catch=404) @apps = apps @catch = [*catch] end