class Crystal::CharLiteral inherits Crystal::ASTNode ¶ A char literal. "'" \w "'" Class methods¶ .new(value : Char) ¶ View source 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 #value : Char ¶ View source #value=(value : Char) ¶ View source