class Rake::Task
def add_comment(comment) # :nodoc:
def add_comment(comment) # :nodoc: return if comment.nil? @comments << comment unless @comments.include?(comment) end
def add_comment(comment) # :nodoc: return if comment.nil? @comments << comment unless @comments.include?(comment) end