Method: Encoding::InvalidByteSequenceError#readagain_bytes

Defined in:
transcode.c

#readagain_bytesString

Returns the bytes to be read again when Encoding::InvalidByteSequenceError occurs.

Returns:



4398
4399
4400
4401
4402
# File 'transcode.c', line 4398

static VALUE
ecerr_readagain_bytes(VALUE self)
{
    return rb_attr_get(self, id_readagain_bytes);
}