On Jun 5, 2009, at 11:59 AM, Bennett, Patrick wrote:

I’d rather they didn’t have a description at all.
# some rather long comment about this involved set of task creation code
xxxxx.each { |y| task ….}


yes, that comment would be attached to each task.  However,

# some rather long comment about this involved set of task creation code

xxxxx.each { |y| task ….}

or

# some rather long comment about this involved set of task creation code
xxxxx.each { |y|
  task ….
}

would not have that problem.

--
-- Jim Weirich
-- [email protected]

_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel

Reply via email to