Class: RbYAML::SequenceNode

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

Instance Attribute Summary

Attributes inherited from CollectionNode

#flow_style

Attributes inherited from Node

#end_mark, #start_mark, #tag, #value

Instance Method Summary collapse

Methods inherited from CollectionNode

#__is_collection, #initialize

Methods inherited from Node

#__is_collection, #__is_mapping, #__is_scalar, #hash, #to_s

Constructor Details

This class inherits a constructor from RbYAML::CollectionNode

Instance Method Details

#__is_sequenceObject



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

def __is_sequence; true; end

#tidObject



43
44
45
# File 'lib/rbyaml/nodes.rb', line 43

def tid
  "sequence"
end