class Crystal::Macros::Case inherits Crystal::Macros::ASTNode ¶ A case expression. Methods¶ #cond : ASTNode ¶ Returns the condition (target) of this case. View source #else : ArrayLiteral(When) ¶ Returns the else of this case. View source #whens : ArrayLiteral(When) ¶ Returns the whens of this case. View source