463 464 465 466 467
# File 'ext/cbor/buffer_class.c', line 463 static VALUE Buffer_io(VALUE self) { BUFFER(self, b); return b->io; }