class Crystal::ImplicitObj
inherits Crystal::ASTNode
¶
Node that represents an implicit obj in:
case foo
when .bar? # this is a call with an implicit obj
end
Crystal::ImplicitObj
Crystal::ASTNode
¶Node that represents an implicit obj in:
case foo
when .bar? # this is a call with an implicit obj
end