diff options
Diffstat (limited to 'lexilla/test/examples/ruby/x.rb')
-rw-r--r-- | lexilla/test/examples/ruby/x.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lexilla/test/examples/ruby/x.rb b/lexilla/test/examples/ruby/x.rb new file mode 100644 index 000000000..d1bb0f0a8 --- /dev/null +++ b/lexilla/test/examples/ruby/x.rb @@ -0,0 +1,6 @@ +class Demo + def test # A test + i = 1 + puts "Example" + end +end
\ No newline at end of file |