Class: RootNode
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.
518 519 520 |
# File 'lib/WriteExcel/excelformulaparser.rb', line 518 def initialize(tree) @tree = tree end |
Instance Method Details
#evaluate ⇒ Object
522 523 524 |
# File 'lib/WriteExcel/excelformulaparser.rb', line 522 def evaluate exec_list @tree end |