class Rake::Task

def clear_comments

Clear the existing comments on a rake task.
def clear_comments
  @full_comment = nil
  @comment = nil
  self
end