Method: XlsFunction::Evaluators::Functions::Proper#eval
- Defined in:
- lib/xls_function/evaluators/functions/proper.rb
#eval ⇒ Object
9 10 11 12 13 |
# File 'lib/xls_function/evaluators/functions/proper.rb', line 9 def eval source.split(/([[:digit:][:blank:][:punct:]]+)/) .map(&:capitalize) .join end |