From b584bb715b3f68a4b356fcce549e5f29342e6ff0 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Sun, 6 May 2012 18:15:02 +0800 Subject: Modify documentation of Array --- mrblib/array.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mrblib/array.rb b/mrblib/array.rb index 905b41cb0..881f22df7 100644 --- a/mrblib/array.rb +++ b/mrblib/array.rb @@ -88,10 +88,12 @@ class Array end end -# include modules +## +# Array is enumerable and comparable module Enumerable; end module Comparable; end class Array + # ISO 15.2.12.3 include Enumerable include Comparable -- cgit v1.2.3