Method: BOAST::Arithmetic#-

Defined in:
lib/BOAST/Arithmetic.rb

#-(x) ⇒ Object



40
41
42
# File 'lib/BOAST/Arithmetic.rb', line 40

def -(x)
  return BOAST::Expression::new(BOAST::Substraction,self,x)
end