Method: LZMA::Index::Encoder#initialize
- Defined in:
- ext/extlzma2/index.c
#initialize(argv[], idx) ⇒ Object
30 31 32 33 34 35 |
# File 'ext/extlzma2/index.c', line 30 static VALUE iencoder_init(int argc, VALUE argv[], VALUE idx) { // RDATA_PTR(idx); rb_raise(rb_eNotImpError, "%s", "IMPLEMENT ME!"); } |