diff options
author | Kevin Newton <kddnewton@gmail.com> | 2024-01-02 14:54:45 -0500 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2024-01-02 20:59:19 +0000 |
commit | adbfbd822f37d9dfc94d071af4d2d4390bfb29eb (patch) | |
tree | a027fe16a035133f864df962ab83c7da0be82ee8 /test/prism/snapshots/seattlerb/iter_args_11_1.txt | |
parent | 380c218bfa85dcb1418c72144f59550999ef396c (diff) |
[ruby/prism] Ignore visibility flag
https://github.com/ruby/prism/commit/55b049ddac
Diffstat (limited to 'test/prism/snapshots/seattlerb/iter_args_11_1.txt')
-rw-r--r-- | test/prism/snapshots/seattlerb/iter_args_11_1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/iter_args_11_1.txt b/test/prism/snapshots/seattlerb/iter_args_11_1.txt index e4c0a21997..16c9539fcb 100644 --- a/test/prism/snapshots/seattlerb/iter_args_11_1.txt +++ b/test/prism/snapshots/seattlerb/iter_args_11_1.txt @@ -4,7 +4,7 @@ @ StatementsNode (location: (1,0)-(1,24)) └── body: (length: 1) └── @ CallNode (location: (1,0)-(1,24)) - ├── flags: ∅ + ├── flags: ignore_visibility ├── receiver: ∅ ├── call_operator_loc: ∅ ├── name: :f |