Class: RbYAML::AliasEvent

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

Instance Attribute Summary

Attributes inherited from NodeEvent

#anchor

Attributes inherited from Event

#end_mark, #start_mark

Instance Method Summary collapse

Methods inherited from NodeEvent

#__is_node, #initialize

Methods inherited from Event

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

Constructor Details

This class inherits a constructor from RbYAML::NodeEvent

Instance Method Details

#__is_aliasObject



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

def __is_alias; true; end