class

Crystal::Macros::Include

Inherits Crystal::Macros::ASTNode

An include statement.

Every statement node is equivalent to:

include {{ node.name }}

Instance methods

name

Returns the name of the type being included.

Source