Class: RbYAML::SequenceEndEvent

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

Instance Method Summary collapse

Methods inherited from CollectionEndEvent

#__is_collection_end

Methods inherited from Event

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

Instance Method Details

#__is_sequence_endObject



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

def __is_sequence_end; true; end