method
readagain_bytes
ruby latest stable - Class:
Encoding ::InvalidByteSequenceError
readagain_bytes()public
Returns the bytes to be read again when Encoding::InvalidByteSequenceError occurs.
static VALUE
ecerr_readagain_bytes(VALUE self)
{
return rb_attr_get(self, rb_intern("readagain_bytes"));
}