APIdock
/
Ruby
/
Browse
About
method
integer?
v1_9_2_180
-
Show latest stable
- Class:
Integer
integer?
()
public
Always returns true.
Show source
static VALUE int_int_p(VALUE num) { return Qtrue; }
Related methods
Instance methods
ceil
chr
denominator
downto
even?
floor
gcd
gcdlcm
integer?
lcm
next
numerator
odd?
ord
pred
prime?
prime_division
rationalize
round
succ
times
to_i
to_int
to_r
truncate
upto
Class methods
each_prime
from_prime_division