See IO#<<.
IO#<<
#define strio_addstr rb_io_addstr
See IO#print.
IO#print
#define strio_print rb_io_print
See IO#printf.
IO#printf
#define strio_printf rb_io_printf
See IO#puts.
IO#puts
#define strio_puts rb_io_puts
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); }
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.