class Crystal::Until inherits Crystal::ASTNode ¶ Until expression. 'until' cond body 'end' Class methods¶ .new(cond, body = nil) ¶ View source Methods¶ #==(other : self) ¶ Returns true if this reference is the same as other. Invokes same?. #accept_children(visitor) ¶ View source #body : ASTNode ¶ View source #body=(body : ASTNode) ¶ View source #clone_without_location ¶ View source #cond : ASTNode ¶ View source #cond=(cond : ASTNode) ¶ View source #hash(hasher) ¶ See Object#hash(hasher)