diff options
-rw-r--r-- | enum.c | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -9,14 +9,20 @@ **********************************************************************/ -#include "ruby/encoding.h" #include "internal.h" #include "ruby/util.h" -#include "id.h" #include "symbol.h" -#include <assert.h> - VALUE rb_mEnumerable; static ID id_next; |