tryit -- An alternative to Object#try
After a discussion on StackOverflow, we whipped up an alternative to Rails
Object#try called tryit. This could be useful if you need similar functionality in pure Ruby or if chaining try calls annoys you. [Ed: moved code examples into comment] 
Comments