bgfx/3rdparty/scintilla/test/examples/x.rb

6 lines
63 B
Ruby
Raw Normal View History

2015-06-08 20:07:35 -04:00
class Demo
def test # A test
i = 1
puts "Example"
end
end