= private = protected
pos()
Returns the current offset (in bytes) of strio.
static VALUE strio_get_pos(VALUE self) { return LONG2NUM(StringIO(self)->pos); }