Class: RbYAML::StreamEndEvent

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

Instance Attribute Summary

Attributes inherited from Event

#end_mark, #start_mark

Instance Method Summary collapse

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_end, #__is_sequence_start, #__is_stream_start, #hash, #to_s

Instance Method Details

#__is_stream_endObject



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

def __is_stream_end; true; end