Class: Zstd::DDict

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

Instance Method Summary collapse

Instance Method Details

#initialize_copy(obj) ⇒ Object



209
210
211
212
# File 'ext/zstdruby/zstdruby.c', line 209

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