Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- (unknown)
Instance Method Summary collapse
Instance Method Details
#to_cbor(*args) ⇒ Object
134 135 136 137 138 139 |
# File 'ext/cbor/core_ext.c', line 134 static VALUE Symbol_to_msgpack(int argc, VALUE* argv, VALUE self) { ENSURE_PACKER(argc, argv, packer, pk); msgpack_packer_write_symbol_value(pk, self); return packer; } |