Crystal::Macros::ImplicitObj
Inherits Crystal::Macros::ASTNode
Node that represents an implicit object in:
case foo
when .bar? # this is a call with an implicit object
end
Inherits Crystal::Macros::ASTNode
Node that represents an implicit object in:
case foo
when .bar? # this is a call with an implicit object
end