summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/defined.txt
blob: 247fa94e3a470a881fe31af88d5eb8261cb7bbb3 (plain)
1
2
3
4
5
6
7
8
9
10
defined? 1 and defined? 2

defined?(x %= 2)

defined?(foo and bar)

defined? 1

defined?("foo"
)