From f95ca130734fa7ba948c1f1eb5ce3921157dcc22 Mon Sep 17 00:00:00 2001 From: Yegor Timoschenko Date: Thu, 21 May 2015 18:56:38 +0000 Subject: [PATCH] Add JRuby executable example, fixes #2412 --- samples/Ruby/jruby | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 samples/Ruby/jruby 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."