enum Noir::TopLevelSplit::Empties

Overview

What happens to parts that are empty after strip.

Defined in:

utils/top_level_split.cr

Enum Members

Keep = 0
DropTrailing = 1
DropAll = 2

Instance Method Summary

Instance Method Detail

def drop_all? #

Returns true if this enum value equals DropAll


[View source]
def drop_trailing? #

Returns true if this enum value equals DropTrailing


[View source]
def keep? #

Returns true if this enum value equals Keep


[View source]