diff --git a/samples/Ruby/jruby b/samples/Ruby/jruby new file mode 100755 index 00000000..b8cb9601 --- /dev/null +++ b/samples/Ruby/jruby @@ -0,0 +1,3 @@ +#!/usr/bin/env jruby + +puts "This is a JRuby executable example."