= private = protected
closed?()
Returns true if strio is completely closed, false otherwise.
static VALUE strio_closed(VALUE self) { struct StringIO *ptr = StringIO(self); if (!CLOSED(ptr)) return Qfalse; return Qtrue; }