Class: FoodIngredientParser::Strict::Grammar::ListNode

Inherits:
SyntaxNode
  • Object
show all
Defined in:
lib/food_ingredient_parser/strict/nodes.rb

Overview

List of ingredients.

Instance Method Summary collapse

Instance Method Details

#to_aObject



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