enum

Lucid::Compiler::Block::Kind

Inherits Enum < Comparable < Value < Object

Constants

Shorthand = 0
Braces = 1
DoEnd = 2

Instance methods

braces?

Returns true if this enum value equals Braces

Source
do_end?

Returns true if this enum value equals DoEnd

Source
shorthand?

Returns true if this enum value equals Shorthand

Source