Skip to content

Commit

Permalink
Merge pull request #3252 from ydah/doc-arguments
Browse files Browse the repository at this point in the history
Add document ArgumentsNode fields
  • Loading branch information
tenderlove authored Dec 2, 2024
2 parents 52382b5 + 1388ca3 commit 0538ca5
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 0538ca5

Please sign in to comment.