class Rake::Task

def clear_comments

Clear the existing comments on a rake task.
def clear_comments
  @comments = []
  self
end