/* * call-seq: * row.values -> row */ static VALUE pgrow_values(self) VALUE self; { return self; }