summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/modules.txt
blob: 76bd9bea43cc590a78ee9264c1544d0ebfae3b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module A a = 1 end

%Q{aaa #{bbb} ccc}

module m::M
end

module A
 x = 1; rescue; end

module ::A
end

module A[]::B
end

module A[1]::B
end