Ruby 1.9.2 Reference Manual > All Libraries > library complex > class Complex > image
image -> Numeric
自身の虚部を返します。Complex#imag のエイリアスです。
例:
require 'complex' Complex(3, 2).image # => 2