class Crystal::Macros::When inherits Crystal::Macros::ASTNode ¶ A when inside a case. Methods¶ #body : ASTNode ¶ Returns the body of this when. View source #conds : ArrayLiteral ¶ Returns the conditions of this when. View source