Add JRuby executable example, fixes #2412

This commit is contained in:
Yegor Timoschenko
2015-05-21 18:56:38 +00:00
parent b92b3af602
commit f95ca13073

3
samples/Ruby/jruby Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env jruby
puts "This is a JRuby executable example."