Skip to content

Commit

Permalink
meta: root is no longer used (#737)
Browse files Browse the repository at this point in the history
Last use was replaced by zsuper in
cbbb6bb.
  • Loading branch information
akimd committed Sep 3, 2020
1 parent cd1bfe0 commit 79561aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser/meta.rb
Expand Up @@ -23,7 +23,7 @@ module class sclass def defs undef alias args
until_post for break next redo return resbody
kwbegin begin retry preexe postexe iflipflop eflipflop
shadowarg complex rational __FILE__ __LINE__ __ENCODING__
ident root lambda indexasgn index procarg0
ident lambda indexasgn index procarg0
restarg_expr blockarg_expr
objc_kwarg objc_restarg objc_varargs
numargs numblock forward_args forwarded_args forward_arg
Expand Down

1 comment on commit 79561aa

@mbj
Copy link
Collaborator

@mbj mbj commented on 79561aa Sep 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this. I depend on it un unparser / mutant to verify I cover all ast nodes.

Please sign in to comment.