We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8d910 commit 6faab39Copy full SHA for 6faab39
1 file changed
src/enum.c
@@ -6,17 +6,6 @@
6
7
#include "mruby.h"
8
9
-/*
10
- * The <code>Enumerable</code> mixin provides collection classes with
11
- * several traversal and searching methods, and with the ability to
12
- * sort. The class must provide a method <code>each</code>, which
13
- * yields successive members of the collection. If
14
- * <code>Enumerable#max</code>, <code>#min</code>, or
15
- * <code>#sort</code> is used, the objects in the collection must also
16
- * implement a meaningful <code><=></code> operator, as these methods
17
- * rely on an ordering between members of the collection.
18
- */
19
-
20
void
21
mrb_init_enumerable(mrb_state *mrb)
22
{
0 commit comments