Crystal::Macros::ProcPointer
Inherits Crystal::Macros::ASTNode
A proc pointer, like ->my_var.some_method(String)
Instance methods
global?
Returns true if this proc pointer refers to a global method (starts with
:: and does not have a receiver).
Inherits Crystal::Macros::ASTNode
A proc pointer, like ->my_var.some_method(String)
Returns true if this proc pointer refers to a global method (starts with
:: and does not have a receiver).