From ec638c002809652760ff39424b4b8f3a139a0d02 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Wed, 26 Jun 2024 19:45:21 +0300 Subject: [PATCH] Add the frozen_string_literal comment --- lib/telebugs/wrapped_error.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/telebugs/wrapped_error.rb b/lib/telebugs/wrapped_error.rb index fa01c46..8f254f1 100644 --- a/lib/telebugs/wrapped_error.rb +++ b/lib/telebugs/wrapped_error.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Telebugs # WrappedError unwraps an error and its causes up to a certain depth. class WrappedError