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