Module: Extract::Tree::ParenMath
- Includes:
- Math
- Defined in:
- lib/extract/tree/math.rb
Instance Method Summary collapse
Methods included from Math
#deps, #eval, #excel_value, #get_math_exp, #tokens
Instance Method Details
#paren? ⇒ Boolean
101 102 103 |
# File 'lib/extract/tree/math.rb', line 101 def paren? true end |