summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/block_args_opt3.txt
blob: bb5a7c845804c26a6dfa3c5609ef0f7a5ef3c40f (plain)
1
f { |a, b = 42, c = 24, &d| [a, b, c, d] }