YAML::EventKind
Inherits Enum / Comparable / Value / Object
Constants
NONE = 0
STREAM_START = 1
STREAM_END = 2
DOCUMENT_START = 3
DOCUMENT_END = 4
ALIAS = 5
SCALAR = 6
SEQUENCE_START = 7
SEQUENCE_END = 8
MAPPING_START = 9
MAPPING_END = 10
Inherits Enum / Comparable / Value / Object