Feature #12125 » dot-symbol.patch
| parse.y | ||
|---|---|---|
|
$$ = method_optarg($$, $4);
|
||
|
%*/
|
||
|
}
|
||
|
| primary_value dot_or_colon
|
||
|
{
|
||
|
/*%%%*/
|
||
|
$<num>$ = ruby_sourceline;
|
||
|
/*% %*/
|
||
|
}
|
||
|
tSYMBEG fname
|
||
|
{
|
||
|
/*%%%*/
|
||
|
$$ = NEW_CALL($1, rb_intern("method"), NEW_LIST(NEW_LIT(ID2SYM($5))));
|
||
|
nd_set_line($$, $<num>3);
|
||
|
/*%
|
||
|
$$ = Qnil;
|
||
|
%*/
|
||
|
}
|
||
|
| keyword_super paren_args
|
||
|
{
|
||
|
/*%%%*/
|
||
- « Previous
- 1
- 2
- Next »