Flowdock
method

try!

Importance_1
v5.0.0.1 - 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.