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

unless true
1 else 2 end

1 unless true

tap { break unless true }

tap { next unless true }

return unless true

foo :a, :b unless bar?