class Rake::Task

def clear_comments # :nodoc:

:nodoc:
def clear_comments # :nodoc:
  @full_comment = nil
  @comment = nil
  self
end