Module: Stamina::RegLang::Parenthesized
- Includes:
- Node
- Defined in:
- lib/stamina-induction/stamina/reg_lang/parser/parenthesized.rb
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#to_fa!(fa) ⇒ Object
6 7 8 |
# File 'lib/stamina-induction/stamina/reg_lang/parser/parenthesized.rb', line 6 def to_fa!(fa) self.expr.to_fa!(fa) end |