diff options
author | Kevin Newton <[email protected]> | 2024-12-11 14:09:17 -0500 |
---|---|---|
committer | git <[email protected]> | 2024-12-11 19:50:20 +0000 |
commit | 34e68548d43175c5d496b533dec280e935a8d2d5 () | |
tree | 0153aa16d38af3ab9b17707973dfe08f139b8cab /lib/prism/parse_result.rb | |
parent | cfb72138827863b4b1f8841cc3ff4adaba662fbf (diff) |
[ruby/prism] Bump typechecking deps
https://.com/ruby/prism/commit/230c8b8a48
-rw-r--r-- | lib/prism/parse_result.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -204,8 +204,8 @@ module Prism LengthCounter.new(source, encoding) end - @cache = {} - @offsets = [] end # Retrieve the code units offset from the given byte offset. |