summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/defined.txt
blob: 09fc0a29e745390d6c8c774a18ab1d96cb85f6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
defined? 1 and defined? 2

defined?(x %= 2)

defined?(foo and bar)

defined? 1

defined?("foo"
)

defined?
1

defined?
(1)

defined?
()