Class: RbYAML::MappingStartEvent

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

Instance Attribute Summary

Attributes inherited from CollectionStartEvent

#flow_style, #implicit, #tag

Attributes inherited from NodeEvent

#anchor

Attributes inherited from Event

#end_mark, #start_mark

Instance Method Summary collapse

Methods inherited from CollectionStartEvent

#__is_collection_start, #initialize

Methods inherited from NodeEvent

#__is_node, #initialize

Methods inherited from Event

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

Constructor Details

This class inherits a constructor from RbYAML::CollectionStartEvent

Instance Method Details

#__is_mapping_startObject



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

def __is_mapping_start; true; end