Method: XlsFunction::Evaluators::FunctionEvaluator#error_message
- Defined in:
- lib/xls_function/evaluators/function_evaluator.rb
#error_message(key, **placeholders) ⇒ Object
98 99 100 |
# File 'lib/xls_function/evaluators/function_evaluator.rb', line 98 def (key, **placeholders) I18n.t("xls_function.errors.#{key}", **placeholders) end |