summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/undef.txt
blob: 129c349433739adb73b86dfc01b4ef325c0cf35b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
undef a

undef a, b

undef if

undef <=>

undef :a

undef :a, :b, :c

undef :'abc'

undef :"abc#{1}"

undef Constant