clear_comments()
Clear the existing comments on a rake task.
# File lib/rake/task.rb, line 157 def clear_comments @comments = [] self end