enum

Noir::TopLevelSplit::Empties

Inherits Enum < Comparable < Value < Object

What happens to parts that are empty after strip.

Constants

Keep = 0
DropTrailing = 1
DropAll = 2

Instance methods

drop_all?

Returns true if this enum value equals DropAll

Source
drop_trailing?

Returns true if this enum value equals DropTrailing

Source
keep?

Returns true if this enum value equals Keep

Source