123456789_123456789_123456789_123456789_123456789_

Module: IO::generic_readable

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: ext/stringio/stringio.c

Instance Method Summary

Instance Method Details

#read_nonblock(integer[, outbuf [, opts]]) ⇒ String

Similar to #read, but raises EOFError at end of string unless the exception: false option is passed in.

#readbyteFixnum

See IO#readbyte.

#readcharString

See IO#readchar.

#readline(sep = $/) ⇒ String #readline(limit) ⇒ String? #readline(sep, limit) ⇒ String?

See IO#readline.

#sysread(integer[, outbuf]) ⇒ String #readpartial(integer[, outbuf]) ⇒ String

Alias for #sysread.

#sysread(integer[, outbuf]) ⇒ String #readpartial(integer[, outbuf]) ⇒ String
Also known as: #readpartial

Similar to #read, but raises EOFError at end of string instead of returning nil, as well as IO#sysread does.