class

Crystal::Macros::ReadInstanceVar

Inherits Crystal::Macros::ASTNode

Access to an instance variable, e.g. obj.@var.

Instance methods

name

Returns the name of the instance variable being accessed.

Source
obj

Returns the object whose variable is being accessed.

Source