Ruby
2.5.0dev(2017-10-22revision60238)
|
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) |
void Init_Comparable | ( | void | ) |
Definition at line 249 of file compar.c.
References rb_define_method(), rb_define_module(), and rb_mComparable.
Definition at line 24 of file compar.c.
Referenced by rb_cmpint().
Definition at line 46 of file compar.c.
References rb_exec_recursive().
VALUE rb_mComparable |
Definition at line 15 of file compar.c.
Referenced by Init_Comparable().