= private = protected
flush()
Returns strio itself. Just for compatibility to IO.
/* * Returns *strio* itself. Just for compatibility to IO. */ static VALUE strio_self(self) VALUE self; { StringIO(self); return self; }