summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/until.txt
blob: 652fc8c5a7c80281817d321582bdfcd8a3c96c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
until true; 1; end

1 until true

tap { break until true }

tap { next until true }

return until true

foo :a, :b until bar?

foo while bar in baz