[Rake-devel] Rake DSL Commands are no long in top level
Jim Weirich
jim.weirich at gmail.com
Fri Jun 5 12:16:40 EDT 2009
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
-- jim.weirich at gmail.com
More information about the Rake-devel
mailing list