Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#*(other) ⇒ Object



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

def *(other); 0.0 * other; end

#+(other) ⇒ Object



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

def +(other); 0.0 + other; end

#-(other) ⇒ Object



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

def -(other); 0.0 - other; end

#/(other) ⇒ Object



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

def /(other); 0.0 / other; end

#coerce(other) ⇒ Object



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

def coerce(other); 0.0.coerce(other); end