Method: XlsFunction::Evaluators::Functions::Asc#eval
- Defined in:
- lib/xls_function/evaluators/functions/asc.rb
#eval ⇒ Object
11 12 13 |
# File 'lib/xls_function/evaluators/functions/asc.rb', line 11 def eval NKF.nkf('-w -Z1 -Z4 -x --ic=UTF-8 --oc=UTF-8', source) end |