ruby-try 1.0.0
This gem has two versions of `try()`. Vanilla `try()` This is RoR vanilla `try()` and `try!()` methods. Nothing new. Boolean `try?()` It is returns `false` instead of `nil`, when trying to call something like `nil.try?(:some_boolean_method?)`