Module: IO::generic_writable (Ruby 2.3.4) Home Core 2.3.4 Std-lib 2.3.4 Downloads Home Classes Methods In Files stringio/stringio.c Methods #<< #print #printf #puts #write_nonblock Class/Module Index Quicksearch IO IO::generic_readable IO::generic_writable StringIO No matching classes. IO::generic_writable Public Instance Methods strio << obj → strio See IO#<<. #define strio_addstr rb_io_addstr print() → nil print(obj, ...) → nil See IO#print. #define strio_print rb_io_print printf(format_string [, obj, ...] ) → nil See IO#printf. #define strio_printf rb_io_printf puts(obj, ...) → nil See IO#puts. #define strio_puts rb_io_puts write_nonblock(p1, p2 = {}) 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 2.3.4 Ruby-doc.org is a service of James Britt and Neurogami, a software development company in Scottsdale, AZ. Generated with Ruby-doc Rdoc Generator 0.36.0.