Bug #4511 » parse.y.patch
| parse.y (working copy) | ||
|---|---|---|
|
* call-seq:
|
||
|
* ripper#end_seen? -> Boolean
|
||
|
*
|
||
|
* Return if parsed source ended by +\_\_END\_\_+.
|
||
|
* This number starts from 1.
|
||
|
* Return true if parsed source ended by +\_\_END\_\_+.
|
||
|
*/
|
||
|
VALUE
|
||
|
rb_parser_end_seen_p(VALUE vparser)
|
||