Ruby 4.0 リファレンスマニュアル

instance method Complex#real

real -> Numeric[permalink][rdoc][edit]
() → Numeric

self の実部を返します。

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