Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/formulae/run/excel_functions.rb

Instance Method Summary collapse

Instance Method Details

#array_formula_offset(i, j) ⇒ Object



3
# File 'lib/formulae/run/excel_functions.rb', line 3

def array_formula_offset(i,j); self; end

#number_like?Boolean

Returns:

  • (Boolean)


2
# File 'lib/formulae/run/excel_functions.rb', line 2

def number_like?; true; end