lib-ruby-parser-nodes 0.57.0

Ruby parser nodes data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[//]: <> (Generated by {{ template }})

{% for message in messages -%}
## {{ message.camelcase_name }}

{{ message.comment | render_comment: "", 0 }}

Fields:

{% for field in message.fields -%}
{{ forloop.index }}. **{{ field.snakecase_name }}** (`{{ field.field_type }}`)

   {{ field.comment | render_comment: "", 3 }}
{% else %}
{% endfor %}
{% endfor %}