class Crystal::NilLiteral inherits Crystal::ASTNode ¶ The nil literal. 'nil' Methods¶ #==(other : self) ¶ Returns true if this reference is the same as other. Invokes same?. #clone_without_location ¶ View source #hash(hasher) ¶ See Object#hash(hasher) #to_macro_id ¶ View source