class Crystal::ProcLiteral
inherits Crystal::ASTNode
¶
Class methods¶
Methods¶
#==(other : self)
¶
(other : self)
Returns true
if this reference is the same as other. Invokes same?
.
#hash(hasher)
¶
(hasher)
#interpret(method : String, args : Array(ASTNode), named_args : Hash(String, ASTNode)?, block : Crystal::Block?, interpreter : Crystal::MacroInterpreter, name_loc : Location?)
¶
(method : String, args : Array(ASTNode), named_args : Hash(String, ASTNode)?, block : Crystal::Block?, interpreter : Crystal::MacroInterpreter, name_loc : Location?)
#proc_pointer : ProcPointer?
¶
: ProcPointer?
If this ProcLiteral was created from expanding a ProcPointer, this holds the reference to it.
#proc_pointer=(proc_pointer : ProcPointer?)
¶
(proc_pointer : ProcPointer?)
If this ProcLiteral was created from expanding a ProcPointer, this holds the reference to it.