class Rake::Task

def clear_comments

def clear_comments
  @full_comment = nil
  @comment = nil
  self
end