Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.