6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
2 400 0 + class Demo
|
|
2 401 0 + def test # A test
|
|
0 402 0 | i = 1
|
|
0 402 0 | puts "Example"
|
|
0 402 0 | end
|
|
0 401 0 | end |