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