Class: Zstd::CDict

Inherits:
Object
  • Object
show all
Defined in:
ext/zstdruby/main.c

Instance Method Summary collapse

Instance Method Details

#initialize_copy(obj) ⇒ Object



277
278
279
280
# File 'ext/zstdruby/zstdruby.c', line 277

static VALUE rb_prohibit_copy(VALUE self, VALUE obj)
{
  rb_raise(rb_eRuntimeError, "CDict cannot be duplicated");
}