30 31 32
# File 'lib/jets/middleware/layer.rb', line 30 def build(app) klass.new(app, *args, &block) end