class Crystal::Macros::Include
Overview
An include
statement.
Every statement node
is equivalent to:
include {{ node.name }}
Defined in:
compiler/crystal/macros.crInstance Method Summary
-
#name : ASTNode
Returns the name of the type being included.