Returns true if num is an Integer (including Fixnum and Bignum).
true
num
(
1
.
0
).integer?
#=> false
#=> true
Please login to continue.
Please login to continue.