Skip to content

class 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