Class: RbYAML::CollectionEndEvent

Inherits:
Event show all
Defined in:
lib/rbyaml/events.rb

Direct Known Subclasses

MappingEndEvent, SequenceEndEvent

Instance Attribute Summary

Attributes inherited from Event

#end_mark, #start_mark

Instance Method Summary collapse

Methods inherited from Event

#__is_alias, #__is_collection_start, #__is_document_end, #__is_document_start, #__is_mapping_end, #__is_mapping_start, #__is_node, #__is_scalar, #__is_sequence_end, #__is_sequence_start, #__is_stream_end, #__is_stream_start, #hash, #to_s

Instance Method Details

#__is_collection_endObject



49
# File 'lib/rbyaml/events.rb', line 49

def __is_collection_end; true; end