Method: XlsFunction::Evaluators::Functions::Text#eval
- Defined in:
- lib/xls_function/evaluators/functions/text.rb
#eval ⇒ Object
10 11 12 13 |
# File 'lib/xls_function/evaluators/functions/text.rb', line 10 def eval converter = ::XlsFunction::FormatString.evaluate_converter(format_text, context) converter.call(value) end |