module IO::writable

Public Instance Methods

strio << obj → strio click to toggle source

See IO#<<.

#define strio_addstr rb_io_addstr
print() → nil click to toggle source
print(obj, ...) → nil

See IO#print.

printf(format_string [, obj, ...] ) → nil click to toggle source

See IO#printf.

#define strio_printf rb_io_printf
puts(obj, ...) → nil click to toggle source

See IO#puts.

#define strio_puts rb_io_puts