/* * Returns +nil+. Just for compatibility to IO. */ static VALUE strio_nil(self) VALUE self; { StringIO(self); return Qnil; }