Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_125) is shown here.
These similar methods exist in v1_9_3_392:
sysread(*args)
public
Show source
static VALUE
strio_sysread(int argc, VALUE *argv, VALUE self)
{
VALUE val = strio_read(argc, argv, self);
if (NIL_P(val)) {
rb_eof_error();
}
return val;
}