class Crystal::Macros::ProcPointer
inherits Crystal::Macros::ASTNode
¶
A proc pointer, like ->my_var.some_method(String)
Methods¶
#obj : ASTNode | NilLiteral
¶
: ASTNode | NilLiteral
Returns the receiver of the proc, or nil if the proc is not attached to an object.