method
add_comment
v2_2_9 -
Show latest stable
- Class:
Rake::Task
add_comment(comment)private
No documentation available.
# File lib/rake/task.rb, line 268
def add_comment(comment) # :nodoc:
return if comment.nil?
@comments << comment unless @comments.include?(comment)
end