lib/rack/config.rb in rack-2.0.9.4 vs lib/rack/config.rb in rack-2.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Rack
# Rack::Config modifies the environment using the block given during
# initialization.
#
# Example: