Home
last modified time | relevance | path

Searched refs:rb_io_s_read (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c10500 rb_io_s_read(int argc, VALUE *argv, VALUE io) in rb_io_s_read() function
13101 rb_define_singleton_method(rb_cIO, "read", rb_io_s_read, -1); in Init_IO()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.02589 * io.c (rb_io_s_read): add description of pipes to the documentation
H A DChangeLog-1.9.311664 (rb_io_s_read, rb_io_set_encoding): Ditto.
19784 * io.c (rb_io_s_read): close the IO if an exception is raised on
56026 * io.c (rb_io_s_read): encoding argument reverted.
56553 * io.c (rb_io_s_read): allow specifying encoding explicitly.
56557 * io.c (rb_io_s_read): IO should be in binary mode when offset is
H A DChangeLog-1.8.014816 * io.c (rb_io_s_read): new method to call IO#read from
H A DChangeLog-2.0.018037 * io.c (rb_io_s_read): Fix formatting of open_args comment. Reported