Skip to content

Commit 6faab39

Browse files
committed
remove duplicated document comment
1 parent bd8d910 commit 6faab39

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/enum.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66

77
#include "mruby.h"
88

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-
209
void
2110
mrb_init_enumerable(mrb_state *mrb)
2211
{

0 commit comments

Comments
 (0)