Native shebang: Difference between revisions

Line 352:
 
=={{header|Ruby}}==
Ruby does not compile to a binary, thankfully.
<pre>
ruby -e 'print "Farewell Cruel World!\n"'
</pre>
{{out}}
<pre>
Farewell Cruel World!
</pre>
2,172

edits