lib/roda/plugins/response_request.rb in roda-2.10.0 vs lib/roda/plugins/response_request.rb in roda-2.11.0

- old
+ new

@@ -1,6 +1,7 @@ # frozen-string-literal: true +# class Roda module RodaPlugins # The response_request plugin gives the response access to the # related request instance via the #request method. #