= private = protected
closed_read?()
Returns true if strio is not readable, false otherwise.
static VALUE strio_closed_read(VALUE self) { struct StringIO *ptr = StringIO(self); if (READABLE(ptr)) return Qfalse; return Qtrue; }