Ruby 1.9.2 Reference Manual > All Libraries > Builtin Library > class Complex > -
self - other -> Complex
差を計算します。
例:
Complex(1, 2) - Complex(2, 3) # => (-1-1i)