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