pub fn FIXNUM_P(obj: VALUE) -> boolExpand description
Checks if the given object is a so-called Fixnum.
- @param[in] obj An arbitrary ruby object.
- @retval true
objis a Fixnum. - @retval false Anything else.
- @note Fixnum was a thing in the 20th century, but it is rather an implementation detail today.