class Crystal::MacroLiteral inherits Crystal::ASTNode ¶ Free text that is part of a macro Class methods¶ .new(value : String) ¶ 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) #value : String ¶ View source #value=(value : String) ¶ View source