Flowdock
method

try!

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: NilClass
try!(_method_name = nil, *) public

Calling try! on nil always returns nil.

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