# File lib/rake.rb, line 564 564: def add_description(description) 565: return if ! description 566: comment = description.strip 567: add_comment(comment) if comment && ! comment.empty? 568: end