Notepad3/scintilla/lexilla/test/examples/ruby/x.rb
2020-07-24 13:38:01 +02:00

6 lines
63 B
Ruby

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