class

Crystal::Macros::When

Inherits Crystal::Macros::ASTNode

A when or in inside a case or select.

Instance methods

body

Returns the body of this when.

Source
conds

Returns the conditions of this when.

Source
exhaustive?

Returns true if this is an in, or false if this is a when.

Source