Module: FoodFishParser::Strict::Grammar::CatchMethodNode

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

Instance Method Summary collapse

Instance Method Details

#to_hObject



65
66
67
68
69
# File 'lib/food_fish_parser/strict/nodes.rb', line 65

def to_h
  {
    text: self.text_value
  }
end