index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
examples
/
x.rb
blob: d1bb0f0a8ed04696b4bac58f58c52a7f9295dacf (
plain
)
1
2
3
4
5
6
class
Demo
def
test
# A test
i
=
1
puts
"Example"
end
end