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