module FoodFishParser::Strict::Grammar::CatchMethodNode

Public Instance Methods

to_h() click to toggle source
# File lib/food_fish_parser/strict/nodes.rb, line 65
def to_h
  {
    text: self.text_value
  }
end