lib/rack/contrib/evil.rb in rack-contrib-2.2.0 vs lib/rack/contrib/evil.rb in rack-contrib-2.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Rack
class Evil
# Lets you return a response to the client immediately from anywhere ( M V or C ) in the code.
def initialize(app)
@app = app