JezK
Edit File: Rakefile
# comment for t1 task :t1 do end # no comment or task because there's a blank line task :t2 do end desc "override comment for t3" # this is not the description multitask :t3 do end # this is not the description desc "override comment for t4" file :t4 do end