Method: Synvert::Core::NodeQuery::Parser#_reduce_19
- Defined in:
- lib/synvert/core/node_query/parser.racc.rb
#_reduce_19(val, _values) ⇒ Object
393 394 395 |
# File 'lib/synvert/core/node_query/parser.racc.rb', line 393 def _reduce_19(val, _values) Compiler::AttributeList.new(attribute: val[1]) end |