Class: YAML::Syck::Node

Inherits:
Object
  • Object
show all
Defined in:
rubyext.c

Direct Known Subclasses

Map, Scalar, Seq

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#emitterObject

#kindObject (readonly)

#resolverObject

#type_idObject (readonly)

#valueObject (readonly)

Instance Method Details

#initialize_copyObject

Cloning method for all node types



1746
1747
1748
# File 'rubyext.c', line 1746

VALUE
syck_node_init_copy( copy, orig )
VALUE copy, orig;

#transformObject

YAML::Syck::Node.transform



1791
1792
1793
# File 'rubyext.c', line 1791

VALUE
syck_node_transform( self )
VALUE self;

#type_id=Object (readonly)

YAML::Syck::Node#type_id=



1770
1771
1772
# File 'rubyext.c', line 1770

VALUE
syck_node_type_id_set( self, type_id )
VALUE self, type_id;