/* * Returns the string being scanned. */ static VALUE strscan_get_string(self) VALUE self; { struct strscanner *p; GET_SCANNER(self, p); return p->str; }