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



1744
1745
1746
# File 'rubyext.c', line 1744

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

#transformObject

YAML::Syck::Node.transform



1789
1790
1791
# File 'rubyext.c', line 1789

VALUE
syck_node_transform( self )
VALUE self;

#type_id=Object (readonly)

YAML::Syck::Node#type_id=



1768
1769
1770
# File 'rubyext.c', line 1768

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