instance method Integer#-@

- self -> Integer[permalink][rdoc][edit]

単項演算子の - です。 self の符号を反転させたものを返します。


- 10   # => -10
- -10  # => 10