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