diff options
author | Kevin Newton <[email protected]> | 2024-07-03 11:23:17 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-07-11 14:25:54 -0400 |
commit | aa473489a2ff5e5ed6d3536466e6108539c97a8b () | |
tree | c628ff4d6e08926e06c29b56ac0fa2b7acdf9d5b /lib/prism/parse_result.rb | |
parent | 2bf9ae3fa1b5dec1c63176f39db84d697ede3581 (diff) |
[ruby/prism] Various cleanup for initializers and typechecks
https://.com/ruby/prism/commit/86cf82794a
-rw-r--r-- | lib/prism/parse_result.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -588,6 +588,7 @@ module Prism autoload :Newlines, "prism/parse_result/newlines" private_constant :Comments private_constant :Newlines # The syntax tree that was parsed from the source code. |