instance method Integer#to_i

to_i -> self[permalink][rdoc]
to_int -> self

self を返します。

例:

10.to_i   # => 10