Class: RootNode
Overview
:nodoc:
Instance Method Summary collapse
- #evaluate ⇒ Object
-
#initialize(tree) ⇒ RootNode
constructor
A new instance of RootNode.
Methods inherited from Node
#excelformulaparser_error, #exec_list
Constructor Details
#initialize(tree) ⇒ RootNode
Returns a new instance of RootNode.
532 533 534 |
# File 'lib/writeexcel/excelformulaparser.rb', line 532 def initialize(tree) @tree = tree end |
Instance Method Details
#evaluate ⇒ Object
536 537 538 |
# File 'lib/writeexcel/excelformulaparser.rb', line 536 def evaluate exec_list @tree end |