Flowdock
method

try!

Importance_1
v6.0.0 - Show latest stable - 0 notes - Class: NilClass
try!(method_name = nil, *args) public

Calling try! on nil always returns nil.

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