instance method Numeric#to_int

to_int -> Integer[permalink][rdoc]

self.to_i と同じです。

例:

(2+0i).to_int        # => 2
Rational(3).to_int   # => 3