Sha256: ae1e121ca5571694ab34c8781cf0883c41e11551034b1d199bf47923e601d877
Contents?: true
Size: 256 Bytes
Versions: 6
Compression:
Stored size: 256 Bytes
Contents
require_relative 'single_cell_array_formula_builder' module RubyFromExcel class SingleCellArrayFormulaCell < FormulaCell def ruby_value "@#{reference.to_ruby} ||= #{ast.visit(SingleCellArrayFormulaBuilder.new(self))}" end end end
Version data entries
6 entries across 6 versions & 1 rubygems