Use real-world samples for JRuby and Rubinius executables

https://github.com/shoes/shoes4/blob/master/shoes-swt/bin/shoes-swt
https://github.com/txus/rexpl/blob/master/bin/rexpl
This commit is contained in:
Yegor Timoschenko
2015-05-23 05:32:37 +00:00
parent 43a2da46f9
commit 9dc8a10e2a
3 changed files with 15 additions and 3 deletions

4
samples/Ruby/rexpl Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env rbx
$: << 'lib'
require 'rexpl'
Rexpl::Environment.run