class Crystal::Macros::Arg
inherits Crystal::Macros::ASTNode
¶
A def argument.
Methods¶
#internal_name : MacroId
¶
: MacroId
Returns the internal name of this argument.
For example, for def write(to file)
returns file
.
#name : MacroId
¶
: MacroId
Returns the external name of this argument.
For example, for def write(to file)
returns to
.