# File lib/rake/task.rb, line 246
246:     def add_description(description)
247:       return if ! description
248:       comment = description.strip
249:       add_comment(comment) if comment && ! comment.empty?
250:     end