Flowdock
method

try!

Importance_1
v5.1.7 - Show latest stable - 0 notes - Class: NilClass
try!(*args) public

Calling try! on nil always returns nil.

nil.try!(:name) # => nil
Show source
Register or log in to add new notes.