pineapple-notepad/3rdparty/lexilla540/lexilla/test/examples/ruby/x.rb

6 lines
63 B
Ruby
Raw Normal View History

2024-07-02 23:47:26 +08:00
class Demo
def test # A test
i = 1
puts "Example"
end
end