[macruby-changes] [3443] MacRuby/trunk/lib/dispatch/enumerable.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 8 15:03:32 PST 2010


Revision: 3443
          http://trac.macosforge.org/projects/ruby/changeset/3443
Author:   ernest.prabhakar at gmail.com
Date:     2010-02-08 15:03:32 -0800 (Mon, 08 Feb 2010)
Log Message:
-----------
Preliminary Dispatch::Enumerable specs

Modified Paths:
--------------
    MacRuby/trunk/lib/dispatch/enumerable.rb

Modified: MacRuby/trunk/lib/dispatch/enumerable.rb
===================================================================
--- MacRuby/trunk/lib/dispatch/enumerable.rb	2010-02-08 20:49:53 UTC (rev 3442)
+++ MacRuby/trunk/lib/dispatch/enumerable.rb	2010-02-08 23:03:32 UTC (rev 3443)
@@ -61,3 +61,9 @@
     end
   end
 end
+
+# Mixin to Enumerable, and thus everything that includes it
+module Enumerable
+  include Dispatch::Enumerable
+end
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100208/6c87abc1/attachment.html>


More information about the macruby-changes mailing list