Module: FoodFishParser::Strict::Grammar::AquacMethodNode

Defined in:
lib/food_fish_parser/strict/nodes.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



83
84
85
86
87
# File 'lib/food_fish_parser/strict/nodes.rb', line 83

def to_h
  {
    text: self.text_value
  }
end