Method: StringIO#each_byte

Defined in:
stringio.c

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

See IO#each_byte.

Yields:

  • (byte)


693
694
695
# File 'stringio.c', line 693

static VALUE
strio_each_byte(self)
VALUE self;