Class: YAML::PrivateType
- Inherits:
-
Object
- Object
- YAML::PrivateType
- Defined in:
- rubyext.c
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Object
constructor
YAML::PrivateType.initialize.
Constructor Details
#initialize ⇒ Object
YAML::PrivateType.initialize
1392 1393 1394 |
# File 'rubyext.c', line 1392 VALUE syck_privatetype_initialize( self, type_id, val ) VALUE self, type_id, val; |