examples/benchmark/config.ru in falcon-0.35.2 vs examples/benchmark/config.ru in falcon-0.35.3
- old
+ new
@@ -1,5 +1,6 @@
#!/usr/bin/env falcon --verbose serve -c
+# frozen_string_literal: true
class Benchmark
def initialize(app)
@app = app
end