seen?(p1)
Returns true, if object was already seen during this generating run.
static VALUE cState_seen_p(VALUE self, VALUE object) { GET_STATE(self); return rb_hash_aref(state->seen, rb_obj_id(object)); }