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
1390 1391 1392 |
# File 'rubyext.c', line 1390 VALUE syck_privatetype_initialize( self, type_id, val ) VALUE self, type_id, val; |