[macruby-changes] [3367] MacRuby/trunk/lib/dispatch

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 29 15:40:11 PST 2010


Revision: 3367
          http://trac.macosforge.org/projects/ruby/changeset/3367
Author:   ernest.prabhakar at gmail.com
Date:     2010-01-29 15:40:10 -0800 (Fri, 29 Jan 2010)
Log Message:
-----------
Added header comments

Modified Paths:
--------------
    MacRuby/trunk/lib/dispatch/queue.rb
    MacRuby/trunk/lib/dispatch/queue_source.rb

Modified: MacRuby/trunk/lib/dispatch/queue.rb
===================================================================
--- MacRuby/trunk/lib/dispatch/queue.rb	2010-01-29 23:40:08 UTC (rev 3366)
+++ MacRuby/trunk/lib/dispatch/queue.rb	2010-01-29 23:40:10 UTC (rev 3367)
@@ -1,3 +1,5 @@
+# Adds convenience methods to Queues
+
 module Dispatch
   class Queue
     # Combines +&block+ up to +stride+ times before passing to Queue::Apply

Modified: MacRuby/trunk/lib/dispatch/queue_source.rb
===================================================================
--- MacRuby/trunk/lib/dispatch/queue_source.rb	2010-01-29 23:40:08 UTC (rev 3366)
+++ MacRuby/trunk/lib/dispatch/queue_source.rb	2010-01-29 23:40:10 UTC (rev 3367)
@@ -1,3 +1,5 @@
+# Adds convenience methods to Queues for creating Sources
+
 module Dispatch
   class Source
     @@proc_events = {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100129/c24ea1e8/attachment-0001.html>


More information about the macruby-changes mailing list