Ruby
2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
|
Go to the source code of this file.
Macros | |
#define | rb_intern(str) rb_intern_const(str) |
Functions | |
void | rb_cmperr (VALUE x, VALUE y) |
VALUE | rb_invcmp (VALUE x, VALUE y) |
void | Init_Comparable (void) |
Variables | |
VALUE | rb_mComparable |
#define rb_intern | ( | str | ) | rb_intern_const(str) |
Definition at line 294 of file compar.c.
References rb_define_method(), rb_define_module(), and rb_mComparable.
Definition at line 25 of file compar.c.
Referenced by rb_cmpint().
Definition at line 47 of file compar.c.
References rb_exec_recursive().
VALUE rb_mComparable |
Definition at line 16 of file compar.c.
Referenced by Init_Comparable().