= private = protected
closed_write?()
Returns true if strio is not writable, false otherwise.
static VALUE strio_closed_write(VALUE self) { StringIO(self); if (WRITABLE(self)) return Qfalse; return Qtrue; }