method

try!

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: NilClass
try!(*) public

Calling try! on nil always returns nil.

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