summaryrefslogtreecommitdiff
path: root/lib/prism/parse_result.rb
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-12-11 14:09:17 -0500
committergit <[email protected]>2024-12-11 19:50:20 +0000
commit34e68548d43175c5d496b533dec280e935a8d2d5 ()
tree0153aa16d38af3ab9b17707973dfe08f139b8cab /lib/prism/parse_result.rb
parentcfb72138827863b4b1f8841cc3ff4adaba662fbf (diff)
[ruby/prism] Bump typechecking deps
https://.com/ruby/prism/commit/230c8b8a48
-rw-r--r--lib/prism/parse_result.rb4
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.