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