summaryrefslogtreecommitdiff
path: root/test/prism/api/freeze_test.rb
AgeCommit message (Collapse)Author
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
To make it so that you can pass `freeze: true` to Prism parse methods and get back a deeply-frozen AST that is Ractor- shareable. https://github.com/ruby/prism/commit/8e6a93b2d2