instance method Integer#integer?

integer? -> true[permalink][rdoc]

常に真を返します。

例:

1.integer?     # => true
1.0.integer?   # => false