From 6faab394d721011080355b1d0fa14d925a2a7734 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 9 May 2012 22:11:53 +0900 Subject: remove duplicated document comment --- src/enum.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src') diff --git a/src/enum.c b/src/enum.c index b3f482ca3..0a58cc5bb 100644 --- a/src/enum.c +++ b/src/enum.c @@ -6,17 +6,6 @@ #include "mruby.h" -/* - * The Enumerable mixin provides collection classes with - * several traversal and searching methods, and with the ability to - * sort. The class must provide a method each, which - * yields successive members of the collection. If - * Enumerable#max, #min, or - * #sort is used, the objects in the collection must also - * implement a meaningful <=> operator, as these methods - * rely on an ordering between members of the collection. - */ - void mrb_init_enumerable(mrb_state *mrb) { -- cgit v1.2.3