Skip to content

Commit

Permalink
[GR-45043] Update Prism to v1.1.0
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/4370
  • Loading branch information
andrykonchin committed Oct 8, 2024
2 parents dbd5621 + f0370c2 commit 72fd363
Show file tree
Hide file tree
Showing 26 changed files with 1,697 additions and 919 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
subject: "||="
description: "Assign an element referenced with splatted argument (a[*b] &&= c)"
description: "Assign an element referenced with splatted argument (a[*b] ||= c)"
notes: >
Splatting should be specified explicitly for `[]` and `[]=` method calls.
Expand Down
Loading

0 comments on commit 72fd363

Please sign in to comment.