/* * call-seq: * int.integer? -> true * * Always returns <code>true</code>. */ static VALUE int_int_p(VALUE num) { return Qtrue; }