notepad-plus-plus/scintilla/test/examples/x.rb

6 lines
68 B
Ruby

class Demo
def test # A test
i = 1
puts "Example"
end
end