Hello world/Standard error: Difference between revisions

(Avail entry)
Line 891:
 
=={{header|Ruby}}==
<lang ruby>$stderrSTDERR.puts "Goodbye, World!"</lang>
The following also works, unless you have disabled warnings (ruby command line option "-W0" or set <code>$VERBOSE=nil</code>)
<lang ruby>warn "Goodbye, World!"</lang>
Anonymous user