enum

YAML::SequenceStyle

Inherits Enum / Comparable / Value / Object

Constants

ANY = 0
BLOCK = 1
FLOW = 2

Instance methods

any?

Returns true if this enum value equals ANY

Source
block?

Returns true if this enum value equals BLOCK

Source
flow?

Returns true if this enum value equals FLOW

Source