# File lib/rake.rb, line 654
654:     def add_description(description)
655:       return if ! description
656:       comment = description.strip
657:       add_comment(comment) if comment && ! comment.empty?
658:     end