mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-08-26 12:18:31 +02:00
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 |