class Crystal::Macros::Assign inherits Crystal::Macros::ASTNode ¶ Assign expression. Methods¶ #target : ASTNode ¶ Returns the target assigned to. View source #value : ASTNode ¶ Returns the value that is being assigned. View source