Method: XlsFunction::Evaluators::Functions::Left#eval
- Defined in:
- lib/xls_function/evaluators/functions/left.rb
#eval ⇒ Object
10 11 12 |
# File 'lib/xls_function/evaluators/functions/left.rb', line 10 def eval source[0, length] end |