- self -> Rational
単項演算子の - です。 self の符号を反転させたものを返します。
例 r = Rational(3, 4) - r # => (-3/4)
r = Rational(3, 4) - r # => (-3/4)