ruby / prism

Prism Ruby parser
https://ruby.github.io/prism/
MIT License
790 stars 134 forks source link

Document MultiTargetNode fields #2891

Closed herwinw closed 3 weeks ago

herwinw commented 3 weeks ago

This should check off another box in #2123.

According to https://en.wikipedia.org/wiki/Bracket#Parentheses the singular form of parentheses in EN-US is parenthesis, I'm not sure if this is the form we should standardi{s,z}e. I tried looking for other examples with the name of ( or ), but couldn't find anything except for paren.

I think the example code covers all use cases.

kddnewton commented 3 weeks ago

This looks really great, thanks!