to_int -> Integer
self.to_i と同じです。
例 (2+0i).to_int # => 2 Rational(3).to_int # => 3
(2+0i).to_int # => 2 Rational(3).to_int # => 3