Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/negate.rb

Instance Method Summary collapse

Instance Method Details

#negateObject



2
3
4
# File 'lib/negate.rb', line 2

def negate
  -self
end