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