Project

General

Profile

Feature #12125 » dot-symbol.patch

mame (Yusuke Endoh), 03/14/2016 04:43 PM

View differences:

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
{
/*%%%*/
(2-2/2)