Class: FoodIngredientParser::Strict::Grammar::ListNode
- Inherits:
-
SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- SyntaxNode
- FoodIngredientParser::Strict::Grammar::ListNode
- Defined in:
- lib/food_ingredient_parser/strict/nodes.rb
Overview
List of ingredients.
Instance Method Summary collapse
Instance Method Details
#to_a ⇒ Object
36 37 38 |
# File 'lib/food_ingredient_parser/strict/nodes.rb', line 36 def to_a to_a_deep(contains, IngredientNode).map(&:to_h) end |