зеркало из https://github.com/github/ruby.git
[DOC] Fix Ripper DSL input example
'!' suffix is needed for event dispatch.
This commit is contained in:
Родитель
64fa4c7587
Коммит
928f388415
|
@ -1,6 +1,6 @@
|
|||
# Simple DSL implementation for Ripper code generation
|
||||
#
|
||||
# input: /*% ripper: stmts_add(stmts_new, void_stmt) %*/
|
||||
# input: /*% ripper: stmts_add!(stmts_new!, void_stmt!) %*/
|
||||
# output:
|
||||
# VALUE v1, v2;
|
||||
# v1 = dispatch0(stmts_new);
|
||||
|
|
Загрузка…
Ссылка в новой задаче