class

Crystal::Macros::VisibilityModifier

Inherits Crystal::Macros::ASTNode

A visibility modifier

Instance methods

exp

Returns the expression that the modifier is applied to.

Source
visibility

Returns the visibility of this modifier: :public, :protected or :private.

Source