clean enum.c

This commit is contained in:
Yukihiro Matsumoto
2012-05-09 22:09:27 +09:00
parent 6a0c30d038
commit bd8d910666
2 changed files with 12 additions and 1048 deletions
+11 -1
View File
@@ -1,7 +1,17 @@
##
# Enumerable
#
# ISO 15.3.2
# ISO 15.3.2
#
# The <code>Enumerable</code> mixin provides collection classes with
# several traversal and searching methods, and with the ability to
# sort. The class must provide a method <code>each</code>, which
# yields successive members of the collection. If
# <code>Enumerable#max</code>, <code>#min</code>, or
# <code>#sort</code> is used, the objects in the collection must also
# implement a meaningful <code><=></code> operator, as these methods
# rely on an ordering between members of the collection.
module Enumerable
##
+1 -1047
View File
File diff suppressed because it is too large Load Diff