bgfx/3rdparty/scintilla/test/examples/x.rb
2015-06-08 17:07:35 -07:00

6 lines
No EOL
63 B
Ruby

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