[ruby/prism] Update templates/include/prism/ast.h.erb
https://github.com/ruby/prism/commit/dc7164e21c
This commit is contained in:
parent
fa7fef270d
commit
cab81d1bba
@ -159,7 +159,7 @@ typedef struct pm_node {
|
|||||||
*
|
*
|
||||||
* Type: ::<%= node.type %>
|
* Type: ::<%= node.type %>
|
||||||
<% if (node_flags = node.flags) %>
|
<% if (node_flags = node.flags) %>
|
||||||
* Applicable flags (#pm_<%= node_flags.human %>):
|
* Flags (#pm_<%= node_flags.human %>):
|
||||||
<%- node_flags.values.each do |value| -%>
|
<%- node_flags.values.each do |value| -%>
|
||||||
* * ::PM_<%= node_flags.human.upcase %>_<%= value.name %>
|
* * ::PM_<%= node_flags.human.upcase %>_<%= value.name %>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user