Revision
3443
Author
ernest.prabhakar@gmail.com
Date
2010-02-08 15:03:32 -0800 (Mon, 08 Feb 2010)

Log Message

Preliminary Dispatch::Enumerable specs

Modified Paths

Diff

Modified: MacRuby/trunk/lib/dispatch/enumerable.rb (3442 => 3443)


--- 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
+