Ruby 1.9.2 Reference Manual > All Libraries > Builtin Library > class Complex > imag
imag -> Numeric
imaginary -> Numeric
自身の虚部を返します。
例:
Complex(3, 2).imag # => 2