1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

forgot to check-in

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2005-09-19 05:49:08 +00:00
parent 04165c20fe
commit dfd45277d0

View file

@ -3428,8 +3428,7 @@ brace_block : '{'
$$ = $2;
nd_set_type($$, NODE_ITER);
/*%
$$ = $2;
$$ = dispatch1(do_block, $2);
$$ = dispatch2(do_block, Qnil, $2);
%*/
}
;