How to write a file with no <EOL> using Vim?

Ever had the need to write a file with no <EOL> on its last line? In Vim simply issue the following set command:

:set binary noeol