mirror of
https://github.com/ruby/ruby.git
synced 2026-08-03 11:18:06 +08:00
Prism is generally good about their naming but these had some inconsistencies compared to others: * `InNode` was missing the `keyword` in the name * `MatchPredicateNode` `in` was named `operator` instead * `UnlessNode`/`UntilNode`/`WhenNode`/`WhileNode` has more than one keyword, with one generic `keyword_loc` * `UntilNode`/`WhileNode` named their `end` keyword `closing_loc` The old names are still around, but you have to require prism/deprecated https://github.com/ruby/prism/commit/d5a505372b