Method: StringIO#bytes

Defined in:
stringio.c

#each_byte {|byte| ... } ⇒ Object

See IO#each_byte.

Yields:

  • (byte)


710
711
712
# File 'stringio.c', line 710

static VALUE
strio_each_byte(self)
VALUE self;