instance method Complex#real

real -> Numeric[permalink][rdoc][edit]

自身の実部を返します。



Complex(3, 2).real # => 3