= private = protected
truncate()
As int is already an Integer, all these methods simply return the receiver.
Synonyms are #to_int, #floor, #ceil, #truncate.
static VALUE int_to_i(VALUE num) { return num; }