Method: BOAST::Arithmetic#-@

Defined in:
lib/BOAST/Arithmetic.rb

#-@Object



52
53
54
# File 'lib/BOAST/Arithmetic.rb', line 52

def -@
  return BOAST::Expression::new(BOAST::Minus,nil,self)
end