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