mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
Using the ruby found via PATH would require the command to be tested with ruby 1.8, 1.9, 2.0 and possibly alternative ruby implementations (rubinus, jruby, …) so best to be explicit about which version the command is written for.
3 lines
114 B
Plaintext
3 lines
114 B
Plaintext
{ command = '#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -wKU\nputs "Hello world"\n';
|
|
}
|