entryway (owner)

Revisions

gist: 128007 Download_button fork
public
Public Clone URL: git://gist.github.com/128007.git
Embed All Files: show embed
Running Ruby Command #
1
2
3
4
RUBY = File.join(
    Config::CONFIG['bindir'],
    Config::CONFIG['ruby_install_name'] + Config::CONFIG['EXEEXT']).
    sub(/.*\s.*/m, '"\&"')