summaryrefslogtreecommitdiff
path: root/lib/prism/parse_result
diff options
context:
space:
mode:
authorGopal Patel <[email protected]>2024-01-08 15:28:17 -0800
committergit <[email protected]>2024-02-24 03:39:23 +0000
commit935d4fab62eb2c578508d8d3cfcd0f726b965db6 ()
treed2c3c6a05272e585753b36b11c735606197e4187 /lib/prism/parse_result
parent7556fd937cfedbee9775b92124fcdce5c416dd50 (diff)
[ruby/prism] Remove Ripper from public RBS, type-assert remaining issues
https://.com/ruby/prism/commit/5fda7a0760
-rw-r--r--lib/prism/parse_result/comments.rb7
1 files changed, 6 insertions, 1 deletions
@@ -188,7 +188,12 @@ module Prism
# Attach the list of comments to their respective locations in the tree.
def attach_comments!
- Comments.new(self).attach!
end
end
end