summary refs log tree commit
path: root/lib/rack/events.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack/events.rb')
-rw-r--r--lib/rack/events.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/rack/events.rb b/lib/rack/events.rb
index 3782a22e..77b71675 100644
--- a/lib/rack/events.rb
+++ b/lib/rack/events.rb
@@ -1,11 +1,13 @@
+# frozen_string_literal: true
+
 require 'rack/response'
 require 'rack/body_proxy'
 
 module Rack
   ### This middleware provides hooks to certain places in the request /
-  #response lifecycle.  This is so that middleware that don't need to filter
-  #the response data can safely leave it alone and not have to send messages
-  #down the traditional "rack stack".
+  # response lifecycle.  This is so that middleware that don't need to filter
+  # the response data can safely leave it alone and not have to send messages
+  # down the traditional "rack stack".
   #
   # The events are:
   #