Not null
Checks if an object is not null.
Syntax
not_null?(Object)
Description
Given an object, returns true
if it is not null, and false
otherwise.
Checks if an object is not null.
not_null?(Object)
Given an object, returns true
if it is not null, and false
otherwise.