Module: DhallishGrammar::KeyList4
- Defined in:
- lib/DhallishGrammar.rb
Instance Method Summary collapse
Instance Method Details
#to_list ⇒ Object
4611 4612 4613 4614 4615 4616 |
# File 'lib/DhallishGrammar.rb', line 4611 def to_list() tail.elements.reduce([head.text_value]) { |list, node| list.push node.lbl.text_value list } end |