Skip to content

Commit

Permalink
Add document ArgumentsNode fields
Browse files Browse the repository at this point in the history
Partially fixes: #2123
  • Loading branch information
ydah committed Nov 28, 2024
1 parent 93c0474 commit 1388ca3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,11 @@ nodes:
- name: arguments
type: node[]
kind: non-void expression
comment: |
The list of arguments, if present. These can be any [non-void expressions](https://github.com/ruby/prism/blob/main/docs/parsing_rules.md#non-void-expression).
foo(bar, baz)
^^^^^^^^
comment: |
Represents a set of arguments to a method or a keyword.
Expand Down

0 comments on commit 1388ca3

Please sign in to comment.