Class: RbYAML::MappingNode

Inherits:
CollectionNode show all
Defined in:
lib/rbyaml/nodes.rb

Instance Attribute Summary

Attributes inherited from CollectionNode

#flow_style

Attributes inherited from Node

#tag, #value

Instance Method Summary collapse

Methods inherited from CollectionNode

#__is_collection, #initialize

Methods inherited from Node

#__is_collection, #__is_scalar, #__is_sequence, #hash, #to_s

Methods inherited from Struct

#to_yaml_node, yaml_new, yaml_tag_class_name, yaml_tag_read_class

Constructor Details

This class inherits a constructor from RbYAML::CollectionNode

Instance Method Details

#__is_mappingObject



53
# File 'lib/rbyaml/nodes.rb', line 53

def __is_mapping; true; end

#tidObject



50
51
52
# File 'lib/rbyaml/nodes.rb', line 50

def tid
  "mapping"
end