Module: IO::generic_writable
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | ext/stringio/stringio.c |
Instance Method Summary
Instance Method Details
#<<
[ GitHub ]#printf
[ GitHub ]#puts
[ GitHub ]#syswrite
[ GitHub ]#write_nonblock(*args)
[ GitHub ]# File 'ext/stringio/stringio.c', line 1492
static VALUE strio_syswrite_nonblock(int argc, VALUE *argv, VALUE self) { VALUE str; rb_scan_args(argc, argv, "10:", &str, NULL); return strio_syswrite(self, str); }