Ruby: Don't a add return in ensure

Posted About 11 years ago by Dragos Miron.

This method won't throw an error: def a_method raise ensure return :something end it will in fact return...