Revision
3367
Author
ernest.prabhakar@gmail.com
Date
2010-01-29 15:40:10 -0800 (Fri, 29 Jan 2010)

Log Message

Added header comments

Modified Paths

Diff

Modified: MacRuby/trunk/lib/dispatch/queue.rb (3366 => 3367)


--- 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 (3366 => 3367)


--- 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 = {