Skip to content

Commit

Permalink
Add the frozen_string_literal comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jun 26, 2024
1 parent a927aa2 commit ec638c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/telebugs/wrapped_error.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module Telebugs
# WrappedError unwraps an error and its causes up to a certain depth.
class WrappedError
Expand Down

0 comments on commit ec638c0

Please sign in to comment.