Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Macros | |
#define | RB_INTEGER_TYPE_P(obj) (RB_FIXNUM_P(obj) || RB_TYPE_P(obj, T_BIGNUM)) |
#define | RB_ST2FIX(h) LONG2FIX((long)(h)) |
#define | ST2FIX(h) RB_ST2FIX(h) |
Definition at line 15 of file ruby_missing.h.
Definition at line 21 of file ruby_missing.h.